Skip to content

Allow any ID token claim to be used as pivot attribute

Maxime Besson requested to merge fix-auth-oidc-user-attr-2701 into v2.0

See #2701 (closed)

@guimard I had to slightly change OIDC backchannel to match incoming sub against a dedicated session attribute because _user is no longer always equal to OP sub when this new option is used.

Merge request reports