hdygxsj commented on issue #16472: URL: https://github.com/apache/dolphinscheduler/issues/16472#issuecomment-2292786256
> > If DS is deployed on the company Intranet, it does not make sense to interconnect with the google oauth2 certification authority. Instead, I think we don't even need to implement any OAuth2 provider, just provide an api for users to connect to the OAuth2 authentication authority within the company > > I think this is an internal company customization requirement that should not be implemented in an open source project. You can easily implement secondary development it in `org.apache.dolphinscheduler.api.security.SecurityConfig#authenticator`. The OAuth2 authorization code mode does not use entering user names and passwords in ds. Therefore, AbstractAuthenticator does not apply to the OAuth2 authorization code protocol, and users cannot extend it to connect with other OAuth2 providers -- 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]
