OIDC discovery failed #2789
-
|
Hello! I'm facing the issue that my AuthURL is correct but arcane says it can't be found. I tried the base domain in my Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I think the value in Open the JSON document and copy its |
Beta Was this translation helpful? Give feedback.
I think the value in
OIDC_ISSUER_URLis one level too deep. Arcane passes that setting as the issuer intogo-oidc, andgo-oidcthen appends/.well-known/openid-configurationitself during discovery. So if you configure the full discovery document URL, Arcane will effectively try discovery from that path, then only retry the same value with a trailing slash, which matches the log you pasted.Open the JSON document and copy its
issuerfield exactly intoOIDC_ISSUER_URL. For the path in your log that is probablyhttps://[redacted].de/oauth2/openid/arcane, not.../.well-known/openid-configuration. The callback URL can stay configured separately.