This content has been marked as final.
Show 1 reply
-
1. Re: Is there a way for Keycloak, acting as a SAML IDP broker, to pass all roles through to the client without setting up mappers?
cbevin Jan 28, 2019 8:55 AM (in response to cbevin)What I ended up doing was creating my own IdentityProviderMapper similar to the one within Keycloak :
I then provided my own logic to pass through all roles from the IDP, creating them if they didn't exist, and granting/revoking them from the user based on the content within the SAML assertion.