From fcf07a0a39d7cef1c5ad7cc16212efa5d9363f0f Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 15 Mar 2022 14:06:15 +0100 Subject: [PATCH] auth: document the idp-hint attribute --- packages/auth/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/auth/README.md b/packages/auth/README.md index 8da3f09c..a08cebfb 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -46,6 +46,7 @@ for more explanation. - `client-id` (required): The Keycloak client to use - `silent-check-sso-redirect-uri` (optional): URI or path to a separate page for checking the login session in an iframe, see https://www.keycloak.org/docs/latest/securing_apps/#_javascript_adapter - `scope` (optional): Space separated list of scopes to request. These scopes get added in addition to the default ones, assuming the scope is in the optional scopes list of the Keycloak client in use. +- `idp-hint` (optional): Set a client suggested identity provider ### Emitted attributes -- GitLab