c54c0dd588
Closes #1575
21 lines
869 B
Text
21 lines
869 B
Text
|
|
[[default_identity_provider]]
|
|
|
|
=== Default Identity Provider
|
|
|
|
{project_name} can redirect to an identity provider rather than displaying the login form. To enable this redirection:
|
|
|
|
.Procedure
|
|
. Click *Authentication* in the menu.
|
|
. Click the *Browser* flow.
|
|
ifeval::[{project_community}==true]
|
|
. Click the gear icon *⚙️* on the *Identity Provider Redirector* row.
|
|
endif::[]
|
|
ifeval::[{project_product}==true]
|
|
. Select *Identity Provider Redirector* from the drop-down list.
|
|
endif::[]
|
|
. Set *Default Identity Provider* to the identity provider you want to redirect users to.
|
|
|
|
If {project_name} does not find the configured default identity provider, the login form is displayed.
|
|
|
|
This authenticator is responsible for processing the `kc_idp_hint` query parameter. See the <<_client_suggested_idp, client suggested identity provider>> section for more information.
|