-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding DCR IS Implementations #306
Conversation
String userName) throws FinancialServicesException { | ||
|
||
try { | ||
boolean updateAuthenticator = false; |
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.
Is there any way to identify whether this doPreUpdateApplication
is originated from DCR API? , or from updating UI authenticators?.
This is to stop re setting authenticators when we update from the UI.
( I think this issue still exists in OB3 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.
There isn't a way to identify that for now. But I am checking the whether LocalAndOutBoundAuthenticationConfig is null or Authentications steps are null and set accordingly
try { | ||
OAuthConsumerAppDTO oAuthConsumerAppDTO = DCRUtils | ||
.getOAuthConsumerAppDTO(serviceProvider.getApplicationName()); | ||
oAuthConsumerAppDTO.setTokenType("JWT"); |
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.
there was a recent fix done to this to be able to set a custom token type, shall we include that as well? @VimukthiRajapaksha did the fix for OB3 AFAIR
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.
This is the one,
#313
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 ebbb3de
|
||
try { | ||
AssociatedRolesConfig rolesConfig = new AssociatedRolesConfig(); | ||
rolesConfig.setAllowedAudience("ORGANIZATION"); |
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.
shall we add a comment on what is happening 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 ebbb3de
throws IdentityApplicationManagementException { | ||
|
||
try { | ||
APIResourceManager resourceManager = IdentityExtensionsDataHolder.getInstance().getApiResourceManager(); |
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.
also add a comment 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 ebbb3de
Adding DCR IS Implementations
Issue link: required
Doc Issue: Optional, link issue from documentation repository
Applicable Labels: Spec, product, version, type (specify requested labels)
Development Checklist
Testing Checklist