SaschaJohn opened a new pull request, #201:
URL: https://github.com/apache/polaris-tools/pull/201

   Adds VITE_OIDC_PRINCIPAL_CLAIMS env variable (comma-separated list) to 
control which JWT claims are used to resolve the Polaris principal name and in 
what priority order.
   
   Default behaviour is unchanged: sub,principal,principal_name,name.
   
   Identity providers like Entra ID / Azure AD issue an opaque pairwise sub 
claim that does not match human-readable principal names. Operators can now set:
   
     VITE_OIDC_PRINCIPAL_CLAIMS=preferred_username,email,sub,name
   
   to prefer the UPN/email instead, without code changes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to