guacamole-client
guacamole-client copied to clipboard
GUACAMOLE-1844 : OIDC JWT claims as user token
GUACAMOLE-1844 : OIDC JWT claims as user token
This patch allows IDP to send JWT claims that can be mapped to user tokens, prefixed with OIDC_. Same case transormation apply than LDAP_ and CAS_.
Define openid-attributes-claim-type with a comma-separated list of claims that should be mapped.
Multivalued JWT claims are not unrolled.
@mildis - You seem to have added a commit to this that probably shouldn't be there: 4e24993 (Merge branch apache:master into oidc_custom_tokens).
Yeah sorry, bad handling of a rebase… Corrected