mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
OIDC doesn't work if the IdP is behind godoxy #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stancubed on GitHub (Mar 19, 2025).
My OIDC provider is Pocket ID and is behind godoxy at id.domain.com. When I configure OIDC in godoxy, one of the fields is
GODOXY_OIDC_ISSUER_URLand the value ishttps://id.domain.com/authorize.When godoxy boots, it can't seem to reconcile the
GODOXY_OIDC_ISSUER_URL--Is there a way to start serving the proxy hosts first?
@yusing commented on GitHub (Mar 19, 2025):
It should be https://id.domain.com
@stancubed commented on GitHub (Mar 19, 2025):
Ah okay. The wiki page lists the
GODOXY_OIDC_ISSUER_URLas using the Authorization URL, which ends in/authorizeso I was working from that. The good news is that I removed it and it works now! Thanks for the quick note -- I'm not sure how to do a PR for wiki content, but can I suggest you edit the documentation to reflect the difference? It's in the OIDC section (https://github.com/yusing/godoxy/wiki#oidc) under "Usage Example (Pocket ID)".@yusing commented on GitHub (Mar 19, 2025):
Sorry for the wrong info on Wiki, have just fixed it. Thanks.