You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, claims from a JWT can be mapped to "auth subject" which Ditto can make use of in its Policies to authorise HTTP calls based on e.g. a sub or based on groups in a JWT.
There are situations where it would come handy to extract another claim like e.g. email and provide this as custom (configurable) header to Ditto.
This would be part of the openid-connect-issuers configuration:
This would be helpful to e.g. identify the user without the need of mapping the identifying factor to "auth-subjects" (which is only needed for authorisation, not for identification).
The text was updated successfully, but these errors were encountered:
Right now, claims from a JWT can be mapped to "auth subject" which Ditto can make use of in its Policies to authorise HTTP calls based on e.g. a
sub
or based ongroups
in a JWT.There are situations where it would come handy to extract another claim like e.g.
email
and provide this as custom (configurable) header to Ditto.This would be part of the
openid-connect-issuers
configuration:This would be helpful to e.g. identify the user without the need of mapping the identifying factor to "auth-subjects" (which is only needed for authorisation, not for identification).
The text was updated successfully, but these errors were encountered: