LauraXia123 commented on PR #11812: URL: https://github.com/apache/gravitino/pull/11812#issuecomment-4888987723
> @Octavi00 Please implement this UI support onto web-v2, as we will no longer be maintaining the legacy web version moving forward. Thx @Octavi00 Please take a look at this comment. In addition, in the web v2 version, if authentication is enabled in simple mode, there will also be a login page, which is in the DefaultLogin component. So we need to first decouple the simple authentication login from the OAuth default provider login interface. Therefore, the login page should first be divided by oauthType into simple/basic/oauth, and then further divided by the providerType under the OAuth mode. The providerType is determined by the config['gravitino.authenticator.oauth.provider'] configuration. -- 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]
