Skip to content
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 (jans-linux-setup): add ability to include permission of all roles assigned to the users #2984

Closed
duttarnab opened this issue Nov 15, 2022 · 0 comments · Fixed by #3009
Assignees
Labels
comp-jans-linux-setup Component affected by issue or PR enhancement kind-feature Issue or PR is a new feature request

Comments

@duttarnab
Copy link
Contributor

The jansAdminUIRole is multivalued attribute. So we can assign multiple roles to user (accessing admin-ui or tui).
image

At present, the introspection_role_based_scope.py script has the ability to include the permissions mapped to only a single role (jansAdminUIRole) in the token. We need to change the script so that it can include the permissions of all the roles assigned to the user.

https://github.com/JanssenProject/jans/blob/main/docs/script-catalog/introspection/introspection-role-based-scope/introspection_role_based_scope.py#L90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-linux-setup Component affected by issue or PR enhancement kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants