OIDC Authentication #3478
Unanswered
TobiasGrether
asked this question in
Self Hosting
Replies: 3 comments 8 replies
|
I was able to ingrate Outline with Authentik using this env variable: Additionally, on the Authentik side, the creation of the provider and application is quite easy, the redirect URL is https://yourexternalur/auth/oidc.callback |
0 replies
|
What's the best way to debug OIDC auth? I've added the above environment variables but upon redirect from Keycloak I'm receiving the following error: Authentication failed – we were unable to sign you in at this time. Please try again.And my server logs indicate: {
"error": "Failed to obtain access token",
"stack": "InternalOAuthError: Failed to obtain access token
at OAuth2Strategy._createOAuthError (/opt/outline/node_modules/passport-oauth2/lib/strategy.js:423:17)
at /opt/outline/node_modules/passport-oauth2/lib/strategy.js:177:45
at /opt/outline/node_modules/oauth/lib/oauth2.js:191:18
at ClientRequest.<anonymous> (/opt/outline/node_modules/oauth/lib/oauth2.js:162:5)
at ClientRequest.emit (node:events:526:28)
at ClientRequest.emit (node:domain:475:12)
at TLSSocket.socketErrorListener (node:_http_client:442:9)
at TLSSocket.emit (node:events:526:28)
at TLSSocket.emit (node:domain:475:12)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21)",
"level": "error",
"message": "Error during authentication"
} |
1 reply
|
You can try authlia, authentic, keycloak, dex and other more. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've barely found any information on OIDC authentication, but I saw that a few environmental variables exist for it. Is there any document on it and is OIDC auth available in any version of outline? (Of course talking selfhosted here)
All reactions