You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
Would it be nice to have an config option to change/set a default authentication type on the login page, e.g right now the token type is default and it is a bit confusing for Vault users in our company. I want to be able setting LDAP by default.
The text was updated successfully, but these errors were encountered:
alexandersusha
changed the title
Feature request: Change default auth type
Feature request: An option to change default auth type
Feb 27, 2018
Having a default login method is possible in a "hacky" way: setting the preferred login path in runtime config, and having it served to the end user in the health ajax request. I've thought about it long ago but never did anything because... the information just doesn't belong in that response. I'll leave this open until I decide to come up with something better or reject it altogether
In either case though, if your company's vault users do not understand what a vault token is and how it is related to LDAP, I believe a proper knowledge transfer or wiki page is in order :)
I meant possible as in I could code a hacky solution to this problem. But for the sake my sanity I haven't. The information just doesn't belong in that HTTP response.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature request:
Would it be nice to have an config option to change/set a default authentication type on the login page, e.g right now the token type is default and it is a bit confusing for Vault users in our company. I want to be able setting LDAP by default.
The text was updated successfully, but these errors were encountered: