alist uses casdoor for single sign-on, after configuring according to the official website manual, click to log in 403 #5164
Unanswered
sanduo-656
asked this question in
Q&A
Replies: 3 comments
-
我这里使用正常 Casdoor 账号登录或者使用绑定的第三方账号登录都可以,可能是你的配置不正确。例如 Nginx配置?Casdoor重定向?
(下面视频可能不能在线看,不知道为什么,麻烦下载一下看 每一个文件就500K) 正常 Casdoor 账号登录1693877304287.mp4使用钉钉绑定登录QQ.20230905093431.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
嗯,我再尝试尝试。目前的确在alist外面有一层nginx 反向代理层。查看日志发现只有一个403的错误。不知道如何下手继续向下查询了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
set origin = "your casdoor url" in app.conf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
alist uses casdoor for single sign-on, after configuring according to the official website manual, click to log in 403.


The authentication source is a self-built account of casdoor, and the application and callback address are written in accordance with regulations. The current test found that as long as the casdoor redirection address is changed to ip+port, you can log in normally.
But if you change it to an https domain name, a 403 will appear, and there will be no login redirection.
We have also tried changing the authentication source, such as DingTalk and Feishu, and this problem occurred.
GET https://pan.sand.com/api/auth/sso_callback?method=sso_get_token&code=1027be7b43c3b23c9713&state=http://10.255.254.195:8000
Beta Was this translation helpful? Give feedback.
All reactions