Replies: 1 comment
-
|
Is there a way that Vaultwarden would be able to authenticate Entra ID users from different tenants? |
Beta Was this translation helpful? Give feedback.
0 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 did a test so see if i can use VaultWarden with multi-tenant Login from Entra ID, but it doesnt seem to be supported.
Based on the documentation the SSO URL needs to include the tenant ID:
https://login.microsoftonline.com/${Directory_ID}/v2.0
-> Entra ID cannot authenticate users that are not in that tenant
whereas if I use
https://login.microsoftonline.com/common/v2.0
then Entra authenticates the user and returns it with a tenant-specific URL, which gets rejected by Vaultwarden as it does not match the configured URL.
Is there a way that Vaultwarden would be able to authenticate Entra ID users from different tenants?
Beta Was this translation helpful? Give feedback.
All reactions