danhuawang commented on issue #9868: URL: https://github.com/apache/gravitino/issues/9868#issuecomment-3850706242
> [@danhuawang](https://github.com/danhuawang) can you please verify if it works when you use: > > Solution 1 : Use v2.0 for both > > ``` > gravitino.authenticator.oauth.authority = https://login.microsoftonline.com/<tenant>/v2.0 > gravitino.authenticator.oauth.jwksUri = https://login.microsoftonline.com/<tenant>/discovery/v2.0/keys > ``` > > Solution 2: Use v1.0 authority with v2.0 JWKS: > > ``` > gravitino.authenticator.oauth.authority = https://sts.windows.net/<tenant>/ > gravitino.authenticator.oauth.jwksUri = https://login.microsoftonline.com/<tenant>/discovery/v2.0/keys > ``` > > Can you check if both solutions work? I check both above solutions, both return 400 Use v2.0 for both: <img width="1512" height="953" alt="Image" src="https://github.com/user-attachments/assets/e03ebe14-aa9a-4a42-ad7a-83f9cb9b4266" /> Use v1.0 authority with v2.0 JWKS: <img width="1511" height="949" alt="Image" src="https://github.com/user-attachments/assets/56720a26-035f-41d4-bd67-ad5f9608154b" /> -- 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]
