keycloak-scim/server_admin/topics/identity-broker/default-provider.adoc

9 lines
745 B
Text
Raw Normal View History

2017-09-05 07:49:24 +00:00
[[default_identity_provider]]
=== Default Identity Provider
It is possible to automatically redirect to a identity provider instead of displaying the login form. To enable this go to the `Authentication` page in the administration console and select the `Browser` flow. Then click on config for the `Identity Provider Redirector` authenticator. Set `Default Identity Provider` to the alias of the identity provider you want to automatically redirect users to.
If the configured default identity provider is not found the login form will be displayed instead.
2017-08-28 12:50:14 +00:00
This authenticator is also responsible for dealing with the `kc_idp_hint` query parameter. See <<_client_suggested_idp, client suggested identity provider>> section for more details.