keycloak-scim/docs/documentation/server_admin/topics/identity-broker/default-provider.adoc
Alexander Schwartz 4dcb819c06 Moving docs to new folder
CIAM-5056
2023-03-20 09:07:58 +01:00

16 lines
714 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.
. Click the gear icon *⚙️* on the *Identity Provider Redirector* row.
. 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.