-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: add feature to include custom-claims in user-info endpoint of admin-ui plugin #2969 #2970
Conversation
[jans-config-api-parent] Kudos, SonarCloud Quality Gate passed! |
[Jans authentication server parent] Kudos, SonarCloud Quality Gate passed! |
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.
watch out where the static files are being placed. They got moved from the linux setup to the docs folder.
@duttarnab Please move scripts to |
I have moved the script to docs/script-catalog/ directory. |
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.
Script placeholders seems not correct. Please follow this guide #2999 (review)
Fixed |
[jans-linux-setup] Kudos, SonarCloud Quality Gate passed! |
The claims added to the session in the authentication script should be fetched in the user-info endpoint of the admin-ui plugin.
This is especially useful when we need to add some claims from the InBound custom script to jans user-info endpoint response.
closes #2969