Open justinas-b opened 1 day ago
If i set callback_url_prefix: ""
, redirection seems to be fixed:
https://wg.mydomain.net/api/v0/google/init?redirect=true&return=https%3A%2F%2Fwg.mydomain.net%2F%23%2Flogin
However i am still getting 404
I am running v2 alpha.2
Hey! I am struggling to setup SSO through OAuth, At the moment my configuration looks like:
When i try to login using google, i am getting 404 error
I think the redirect url is broken, specifically this line
path="/api/v0https://wg.mydomain.net/api/v0/google/init"
. Any ideas how to fix this?