-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passthrough auth in UI #4834
Comments
This isn't something we currently support - but this could be useful if the auth form fills on init based on a parameter - with one change - if you sent a wrapped token (and changed the query param to We're making some changes to the auth page that makes it a bit more user-friendly so you'd also likely have to specify that you want to log in with the token backend - that's currently the |
I've implemented this and have a PR up - to clarify just specifying |
This will be very useful for many diff integration workflows. SSO being one. |
Is it possible to fill token field of auth form with token taken from URL like
http://127.0.0.1:8200/ui/?token=472b885c-7eb0-2f32-052f-03060c402c09
?The idea is to auth user with some corporate Single Sign On service, issue new token in Vault and redirect user to webpage
http://127.0.0.1:8200/ui/?token=472b885c-7eb0-2f32-052f-03060c402c09
.Unfortunately we do not use LDAP, okta or anything else Vault does.
The text was updated successfully, but these errors were encountered: