bharos opened a new issue, #7925: URL: https://github.com/apache/gravitino/issues/7925
### Describe the subtask Current UI login for OAuth only supports explicitly providing client ID, secret and scope, which is 1. Not safe or feasible for user logins and 2. Doesn't work with providers like Azure (due to CORS issues that prevent client_credentials to be passed on form on web UI) So we should add OIDC Login support for OAuth. Benefit of using OIDC is that we can seamlessly use it with any common OAuth providers without needing custom implementation of login interface for each provider ### Parent issue https://github.com/apache/gravitino/issues/7538 -- 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]
