guacamole-client icon indicating copy to clipboard operation
guacamole-client copied to clipboard

GUACAMOLE-1844 : OIDC JWT claims as user token

Open mildis opened this issue 2 years ago • 2 comments

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 avatar Jan 15 '24 17:01 mildis

@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).

necouchman avatar Feb 13 '24 15:02 necouchman

Yeah sorry, bad handling of a rebase… Corrected

mildis avatar Feb 13 '24 20:02 mildis