mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Docs] Add auth_provider_hint to authentication docs (#104132)
This commit is contained in:
parent
df8f870f38
commit
57fdadbbec
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ image::user/security/images/kibana-login.png["Login Selector UI"]
|
|||
|
||||
For more information, refer to <<authentication-security-settings, authentication security settings>>.
|
||||
|
||||
TIP: If you have multiple authentication providers configured, you can use the `auth_provider_hint` URL query parameter to create a deep
|
||||
link to any provider and bypass the Login Selector UI. Using the `kibana.yml` above as an example, you can add `?auth_provider_hint=basic1`
|
||||
to the login page URL, which will take you directly to the basic login page.
|
||||
|
||||
[[basic-authentication]]
|
||||
==== Basic authentication
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue