-
Notifications
You must be signed in to change notification settings - Fork 6
OpenID OAuth redirects to a wrong URL #8
Comments
Thanks for the kind words 🙂 The Vikunja Desktop app spins up its own local server to serve the frontend files, precisely to make redirects from an openid provider work. Because of that, you need to allow redirects back to Does it work with the web frontend? |
I did whitelist the localhost url and then got stranded at |
Anything in the api logs? |
Hmm only I failed to mention that this is the manual macOS build, however I can reproduce on Fedora with the official .rpm package. At least now, yesterday it failed to assemple the url? Strange.^^ |
Does Zitadel have an error message in their logs? |
Sadly even with debug loglevel there isn't anything to see about this problem. Its nginx shows a |
Do you have Does it work with the web frontend in a browser? I don't know anything about Zitadel, maybe you need to allow the full url in Zitadel, so something like |
Yes, it works fine in the browser. Right now allowed redirect urls are:
Just in case i have added http://ip/localhost:port as additional origin but it does not change... |
Huh that's strange. I've never seen this happen with other providers. Does Zitadel have an option to allow any redirect URL? |
Sadly not that i am aware of... but the redirect_uri in the request is quite clear on the other hand: I think that additional origin feature might not be of help:
However when i added it with the / at the end, Zitadel complained about it being invalid. |
Hello, thank you for the great work you made.
This project is really helpful for me for running a task management system.
However, I think there is a problem in the desktop app when using OAuth.
Status and problem that I am now experiencing as following:
Release specifications
Issue
Guess of the cause
localhost
.AUTH_OPENID_REDIRECTURL
is causing a problem.Again, thank you for the work and I hope this can help improving the project.
The text was updated successfully, but these errors were encountered: