-
Notifications
You must be signed in to change notification settings - Fork 32
[Accelerator 4] Changes in IAM Accelerator to support Manual Client Registration #652
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
Conversation
@@ -31,33 +31,36 @@ | |||
*/ | |||
public abstract class AbstractApplicationUpdater { | |||
|
|||
public abstract void setOauthAppProperties(OAuthConsumerAppDTO oauthApplication, Map<String, Object> spMetaData) | |||
public abstract void setOauthAppProperties(boolean isRegulatoryApp, OAuthConsumerAppDTO oauthApplication, |
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.
Will the changes in this class need a change for ob3.0 users when migrating to ob4? If so,we need to track this change for migrations
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 was already available in Ob 3.0. Added to match with OB 3
Changes in IAM Accelerator to support Manual Client Registration
Issue link: required
Doc Issue: Optional, link issue from documentation repository
Applicable Labels: Spec, product, version, type (specify requested labels)
Development Checklist
Testing Checklist