-
I'm trying to setup oidc but i'm not getting the prompt to login with oidc. what could be the issue? environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Can you show me the output of |
Beta Was this translation helpful? Give feedback.
-
@hanwg I released |
Beta Was this translation helpful? Give feedback.
i managed to get it to work. your commits gave me a hint on what to look out for.
it was my frontend url environment variable:
FRONTEND_URL="https://ryot.mydomain"
removing the double quotes fixed the issue for me.
perhaps you can update the documentation: https://docs.ryot.io/guides/openid
i think you need to quote the entire key-value and not just the value.
e.g. this should work:
"FRONTEND_URL=https://docs.ryot.io/guides/openid"
or dont use quotes at all like what i did.