-
Notifications
You must be signed in to change notification settings - Fork 378
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
Default OAuth2 Scope Validator implementation #2206
Default OAuth2 Scope Validator implementation #2206
Conversation
...ity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/internal/OAuth2ServiceComponent.java
Show resolved
Hide resolved
...uth/src/main/java/org/wso2/carbon/identity/oauth2/internal/OAuth2ServiceComponentHolder.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/oauth2/validators/validationhandler/ScopeValidationContext.java
Show resolved
Hide resolved
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder have failed due to the :
Tested locally and build succeeded |
public APIResourceManager getApiResourceManager() { | ||
return apiResourceManager; | ||
} |
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.
public APIResourceManager getApiResourceManager() { | |
return apiResourceManager; | |
} | |
public APIResourceManager getApiResourceManager() { | |
return apiResourceManager; | |
} |
public void setApiResourceManager(APIResourceManager apiResourceManager) { | ||
this.apiResourceManager = apiResourceManager; | ||
} |
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.
public void setApiResourceManager(APIResourceManager apiResourceManager) { | |
this.apiResourceManager = apiResourceManager; | |
} | |
public void setApiResourceManager(APIResourceManager apiResourceManager) { | |
this.apiResourceManager = apiResourceManager; | |
} |
*/ | ||
public class RoleBasedScopeValidationHandler implements ScopeValidationHandler { | ||
|
||
private static final Log LOG = LogFactory.getLog(DefaultOAuth2ScopeValidator.class); |
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.
private static final Log LOG = LogFactory.getLog(RoleBasedScopeValidationHandler.class);
Proposed changes in this pull request
Scope validator implementation for Identity Server new authorization runtime.
Related Issues :
When should this PR be merged
[Please describe any preconditions that need to be addressed before we
can merge this pull request.]
Follow up actions
[List any possible follow-up actions here; for instance, testing data
migrations, software that we need to install on staging and production
environments.]
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation