Casdoor integration with DolphinScheduler redirects to login page after authentication #16882
Unanswered
Geethika-sg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to integrate Casdoor SSO with DolphinScheduler.
My settings in application.yaml file is (Path : /apps/apache-dolphinscheduler/api-server/conf/application.yaml ) :
Dolphinscheduler is accessed via port 12346 (SSL Port)
Redirect URI given in Casdoor Application settings : https://dolphinqa.abc.com/dolphinscheduler/ui/login/callback
after attempting to log in via Casdoor SSO , I get redirected back to the DolphinScheduler login page with the error:
“State inconsistency and state or code not pair.”
Also, sometimes it leads to a blank page after providing casdoor credentials which I am using is
username : admin
Password : 123
(Default credentials)
I have already created application for dolphinscheduler in casdoor and this application is linked to Organization (built-in) and the user (admin)
Dolphinscheduler version used : 3.2.2
Any pointers would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions