From c444c63db0504f514e561cbb9396afc3c2d0a992 Mon Sep 17 00:00:00 2001 From: Huntout Zhang Date: Fri, 20 Jun 2025 11:36:04 +0800 Subject: [PATCH] docs: fix type errors in additional parameters of keycloak provider --- docs/content/2.provider/6.keycloak.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).