Che-server to support custom email claim #21515
Labels
area/che-server
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe
Access token generated by Microsoft identity platform does not have
email
claim. As result we are gettingjava.lang.NullPointerException: Required non-null email
:Access token structure:
Describe the solution you'd like
Extend che-server to support configuration of
email
claim attribute. So user will be able to configureemail
claim attribute name via CheCluster custom resource:The same as for
name
claim: https://github.com/eclipse-che/che-server/blob/4e1b90a5ae404ecfbe2c2fe0728ce3d9dd222ceb/multiuser/oidc/src/main/java/org/eclipse/che/multiuser/oidc/filter/OidcTokenInitializationFilter.java#L69Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: