diff --git a/docs/content/2.provider/6.keycloak.md b/docs/content/2.provider/6.keycloak.md index b84306e..0a04fd0 100644 --- a/docs/content/2.provider/6.keycloak.md +++ b/docs/content/2.provider/6.keycloak.md @@ -79,10 +79,10 @@ Additional parameters to be used in additionalAuthParameters, additionalTokenPar | Option | Type | Default | Description | |---|---|---|---| -| realm | `string` | - | Optional. This parameter allows to slightly customize the login flow on the KeyCloak server side. For example, enforce displaying the login screen in case of value login. | -| realm | `string` | - | Optional. Used to pre-fill the username/email field on the login form. | -| realm | `string` | - | Optional. Used to tell KeyCloak to skip showing the login page and automatically redirect to the specified identity provider instead. | -| realm | `string` | - | Optional. Sets the 'ui_locales' query param. | +| prompt | `string` | - | Optional. This parameter allows to slightly customize the login flow on the KeyCloak server side. For example, enforce displaying the login screen in case of value login. | +| loginHint | `string` | - | Optional. Used to pre-fill the username/email field on the login form. | +| idpHint | `string` | - | Optional. Used to tell KeyCloak to skip showing the login page and automatically redirect to the specified identity provider instead. | +| locale | `string` | - | Optional. Sets the 'ui_locales' query param. | For more information on these parameters, check the [KeyCloak documentation](https://www.keycloak.org/docs/latest/securing_apps/#methods).