Closed thesardorbroo closed 9 months ago
Hi, we have organizations client scope, it maps all roles of all organizations into token(JWT). I have a question. Can I map all roles of 1 organization into token? with client scope (scope = {org_id}) or something else?
scope = {org_id}
See the docs on setting an active organization https://github.com/p2-inc/keycloak-orgs/blob/main/docs/active-organization.md
Hi, we have organizations client scope, it maps all roles of all organizations into token(JWT). I have a question. Can I map all roles of 1 organization into token? with client scope (
scope = {org_id}
) or something else?