tokoko commented on issue #2373: URL: https://github.com/apache/polaris/issues/2373#issuecomment-3941621335
@peterpans2013 I have no idea whether this is by design or not, but if you simply set principal id coming from idp to 0, polaris will switch to looking up principal by name. that's what's we do and it works. this is the relevant [code](https://github.com/apache/polaris/blob/e790d68808fdf206592014323454699c4fe05850/runtime/service/src/main/java/org/apache/polaris/service/auth/DefaultAuthenticator.java#L119C63-L119C77) i think. -- 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]
