feat (jans-linux-setup): add ability to include permission of all roles assigned to the users #2984
Labels
comp-jans-linux-setup
Component affected by issue or PR
enhancement
kind-feature
Issue or PR is a new feature request
The
jansAdminUIRole
is multivalued attribute. So we can assign multiple roles to user (accessing admin-ui or tui).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
The text was updated successfully, but these errors were encountered: