mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
OIDC Callback URL issue #31
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 @yusing on GitHub (Jan 31, 2025).
Hi everyone, sorry for missing the info about OIDC on Wiki.
You have to add two "Allowed Callback URL"s in your OIDC provider:
https://godoxy.domain.com/api/auth/callbackThis one is for WebUI and APIhttps://*.domain.com/auth/callbackThis one is for other apps using middlewarehttps:\/\/([^\.]+)\.yourdomain\.com\/(api\/)?auth\/callback