mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 09:13:03 +03:00
Configuration SSO by ENV not working at all. #41
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 @grzonu on GitHub.
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
1.34.3
Deployment method
Official Container Image
Custom deployment method
It's container image but in k8s.
Env are set. But there is nothing about SSO in diagnostics, nothing in UI etc.
Reverse Proxy
nginx ingress
Host/Server Operating System
Linux
Operating System Version
Ubuntu 25.04
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Alternatively:
go to https://domain/identity/connect/oidc-signin and you will see 404
Expected Result
Redirect to SSO and login by SSO(Authentik in my case)
Actual Result
Normal login shown
Logs
Screenshots or Videos
No response
Additional Context
No response
@nexaknight commented on GitHub:
Same issue here, thanks for the clarification. I’m on the latest tag as well, which explains the 404 on /identity/connect/oidc-signin and why there’s no SSO option in the web vault UI or diagnostics. Do you have an ETA for when the SSO changes will land in latest or a stable release tag? A tracking issue or changelog entry to follow would be super helpful. Thanks again!
@BlackDex commented on GitHub:
There isn't anything in the web-vault UI regarding SSO as far as i know.
Also, there is nothing in the diagnostics either except for the Generate Support string which will have the variables visible.
But, since you are not using the
:testingtagged images, it's logical nothing works. You are using the:latestimage, which does not support SSO.@BlackDex commented on GitHub:
done
@BlackDex commented on GitHub:
Nope. We never had any timeline or roadmap what so ever.
There are a few PR's open, and issues reported which probably need some TLC first before we release it as a stable/latest.
@grzonu commented on GitHub:
So maybe it's good idea to add that information to documentation that SSO works only on testing image. When i came and read documentation in wiki it's look like it's stable and working