Cannot Get SSO Working with Authentik #6097
Replies: 3 comments
-
I'm using fork: https://github.com/Timshel/vaultwarden |
Beta Was this translation helpful? Give feedback.
-
Duplicate of my other discussion. This issue is for the oidcwarden / vaultwarden fork by Timshel |
Beta Was this translation helpful? Give feedback.
-
FYI: For Timshel oidcwarden (vaultwarden fork): Update: After adding the 'DOMAIN' variable to the docker, I got past the Authentik 'Redirect URI Error' Now I'm just weighing the master password policy for the extra vault unlock master password prompt after successfully authenticating to Authentik... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using fork: https://github.com/Timshel/vaultwarden , which does not have an issues or discussion section on the GitHub page...so I'm posting here.
These are my Vaultwarden docker container variable settings:
SSO_AUTHORITY=https://authentik.mydomain.comapplication/o/vaultwarden/
SSO_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SSO_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SSO_ENABLED=true
SSO_SCOPES=email profile offline_access
My Authentik redirect_uri is regex:
^https://vaultwarden\.mydomain\.com/sso-connector\.html$
(I verified the request_uri via browser dev tools looking at header)
However, when I attempt to login with SSO, I get this error from Authentik:

Can someone help me fix this?
Beta Was this translation helpful? Give feedback.
All reactions