-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I tried setting up OIDC with authentik but it's not working.
relevant environment variables:
- LOCAL_AUTH_ENABLED=false
- OIDC_ENABLED=true
- OIDC_ISSUER=https://---/application/o/media-manager-sidecar/
# - OIDC_DISCOVERY_DOCUMENT_URI=https://---/application/o/media-manager-sidecar/.well-known/openid-configuration
- OIDC_REDIRECT_URI=https://mydia.---/auth/oidc/callback
Also tried with discovery document but no issuer and vice versa, with and without trailing slash
The discovery document is reachable in the open internet I checked from an incognito tab
I deleted the database between retries
This would be the first user
The error I get:
mydia | Parameters: %{"provider" => "oidc"}
mydia | Pipelines: [:browser]
mydia | 22:18:00.238 request_id=GHyW6LUfluT4D58AAARi file=lib/mydia_web/controllers/auth_controller.ex [debug] OIDC request called with params: %{"provider" => "oidc"}
mydia | 22:18:00.238 request_id=GHyW6LUfluT4D58AAARi file=lib/mydia_web/controllers/auth_controller.ex [debug] Connection halted? false
mydia | 22:18:00.238 request_id=GHyW6LUfluT4D58AAARi file=lib/mydia_web/controllers/auth_controller.ex [debug] Response sent? unset
mydia | 22:18:00.238 request_id=GHyW6LUfluT4D58AAARi file=lib/mydia_web/controllers/auth_controller.ex [error] Ueberauth didn't handle the request and no failure was set
Thanks!
Metadata
Metadata
Assignees
Labels
No labels