Skip to content
Discussion options

You must be logged in to vote

I think the value in OIDC_ISSUER_URL is one level too deep. Arcane passes that setting as the issuer into go-oidc, and go-oidc then appends /.well-known/openid-configuration itself 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 issuer field exactly into OIDC_ISSUER_URL. For the path in your log that is probably https://[redacted].de/oauth2/openid/arcane, not .../.well-known/openid-configuration. The callback URL can stay configured separately.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kmendell
Comment options

@dabziuebu4egh2
Comment options

Answer selected by kmendell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants