-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Accelerator 4] Adding Consent and Authentication Webapp Implementation #110
Conversation
Iterator consentTypeElement = financialServicesGatewayExecutors.getChildElements(); | ||
while (consentTypeElement.hasNext()) { | ||
OMElement consentType = (OMElement) consentTypeElement.next(); | ||
String consentTypeName = consentType.getLocalName(); | ||
Map<Integer, String> executors = new HashMap<>(); | ||
//obtaining each Executor element under each consent type | ||
// obtaining each Executor element under each consent type | ||
Iterator<OMElement> obExecutor = consentType.getChildrenWithName( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we rename this to something other than ob?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIxed in fe1e2b6
@@ -68,16 +69,16 @@ public void testConfigParserInit() { | |||
Assert.assertEquals(openBankingConfigParser.getConfiguration().get("Sample.FSHandler"), "DummyValue"); | |||
Assert.assertEquals(openBankingConfigParser.getConfiguration().get("Sample.FSHandler2"), "property.value"); | |||
Assert.assertNotNull(openBankingConfigParser.getConfiguration().get("Sample.FSHandler4")); | |||
Map<String, Map<Integer, String>> openBankingExecutors = | |||
FinancialServicesConfigParser.getInstance().getFinancialServicesExecutors(); | |||
Map<String, Map<Integer, String>> openBankingExecutors = FinancialServicesConfigParser.getInstance() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIxed in fe1e2b6
...so2.financial.services.accelerator.authentication.endpoint/src/main/webapp/cookie_policy.jsp
Show resolved
Hide resolved
....financial.services.accelerator.authentication.endpoint/src/main/webapp/images/logo-dark.svg
Outdated
Show resolved
Hide resolved
...rvices.accelerator.authentication.endpoint/src/main/webapp/images/wso2-open-banking-logo.png
Outdated
Show resolved
Hide resolved
...2.financial.services.accelerator.authentication.endpoint/src/main/webapp/includes/footer.jsp
Show resolved
Hide resolved
require('../../js/popover.js') | ||
require('../../js/scrollspy.js') | ||
require('../../js/tab.js') | ||
require('../../js/affix.js') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets add an EOF line here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIxed in 33337e1
Adding Consent and Authentication Webapp Implementation
Issue link: https://github.com/wso2-enterprise/solutions-bfsi/issues/20
Doc Issue: Optional, link issue from documentation repository
Applicable Labels: Spec, product, version, type (specify requested labels)
Development Checklist
Testing Checklist