OIDC Callback URL issue #33

Closed
opened 2025-12-29 09:21:45 +01:00 by adam · 0 comments
Owner

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/callback This one is for WebUI and API
  • https://*.domain.com/auth/callback This one is for other apps using middleware
    • On Authentik or those providers that support regex: https:\/\/([^\.]+)\.yourdomain\.com\/(api\/)?auth\/callback
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/callback` This one is for WebUI and API - `https://*.domain.com/auth/callback` This one is for other apps using middleware - On Authentik or those providers that support regex: `https:\/\/([^\.]+)\.yourdomain\.com\/(api\/)?auth\/callback`
adam closed this issue 2025-12-29 09:21:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy#33