-
Notifications
You must be signed in to change notification settings - Fork 544
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
Add App Associated Role Resolver implementation and handle roles claim #5070
Conversation
5f9a625
to
cc09b6d
Compare
...n/identity/application/authentication/framework/handler/claims/impl/DefaultClaimHandler.java
Outdated
Show resolved
Hide resolved
...carbon/identity/application/authentication/framework/internal/FrameworkServiceComponent.java
Outdated
Show resolved
Hide resolved
...carbon/identity/application/authentication/framework/internal/FrameworkServiceComponent.java
Outdated
Show resolved
Hide resolved
...n/identity/application/authentication/framework/handler/approles/util/RoleResolverUtils.java
Outdated
Show resolved
Hide resolved
...n/identity/application/authentication/framework/handler/approles/util/RoleResolverUtils.java
Outdated
Show resolved
Hide resolved
...n/identity/application/authentication/framework/handler/claims/impl/DefaultClaimHandler.java
Outdated
Show resolved
Hide resolved
...plication/authentication/framework/handler/approles/impl/AppAssociatedRolesResolverImpl.java
Show resolved
Hide resolved
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/6655173682
Proposed changes in this pull request
Add Role Resolver implementation to get the app associated roles of the authenticated user and handle the roles claim in Role V2 runtime.
Related Issue - wso2/product-is#16363