apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

[Improvement] Introduce an OAuth plugin to support the user's own OAuth2 authentication center. #16465

Closed hdygxsj closed 1 month ago

hdygxsj commented 1 month ago

…ers integrating with their own authentication centers.

Purpose of the pull request

close #16446 Introduce an OAuth plugin to support the user's own OAuth2 authentication center.

Brief change log

Add module dolphinscheduler-oauth-plugin to root pom.xml Modified the interface(redirect/login/oauth2) for login in through authorization code. Introduced Oauth login plug.