adutra commented on issue #2373: URL: https://github.com/apache/polaris/issues/2373#issuecomment-3944964385
> Does zitadel principal and polaris principal must need to have the same ID. @peterpans2013 if IDs are mapped, yes. This is why I would recommend to not map principal IDs in your tokens. As @tokoko said, if principal IDs are not mapped at all (or mapped to 0), then the principal lookup will be done by name. @yapnel gave a good example of that. But the key change is to define `polaris.oidc.principal-mapper.name-claim-path` and leave ` polaris.oidc.principal-mapper.id-claim-path` unset. E.g.: ```properties polaris.oidc.principal-mapper.name-claim-path=preferred_username ``` -- 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]
