xxubai opened a new issue, #12436: URL: https://github.com/apache/gravitino/issues/12436
### What would you like to be improved? The gravitino client implementations currently support only the `client_secret_post` authentication method when requesting an access token. There is no option to use `client_secret_basic`, where the client credentials are sent through the HTTP Authorization header. References: - https://www.rfc-editor.org/rfc/rfc6749.html#section-2.3.1 - https://openid.net/specs/openid-connect-core-1_0-18.html#ClientAuthentication ### How should we improve? Support configurable OAuth 2.0 token endpoint client authentication methods in both Java and Python clients or fetch the oidc configuration JSON before fetching access token. -- 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]
