Skip to content

Commit a7a3976

Browse files
GitHub Actionsjmagak
authored andcommitted
Add missing parameter
1 parent 1d5df1f commit a7a3976

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/authentication/proc-enabling-authentication-with-rhbk.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ auth:
4545
metadataUrl: ${AUTH_OIDC_METADATA_URL}
4646
clientId: ${AUTH_OIDC_CLIENT_ID}
4747
clientSecret: ${AUTH_OIDC_CLIENT_SECRET}
48+
prompt: auto #add this config
4849
signInPage: oidc
50+
dangerouslyAllowSignInWithoutUserInCatalog: true
4951
----
5052

5153
`environment: production`::
@@ -57,6 +59,11 @@ To configure the OIDC provider with your secrets.
5759
`sigInPage: oidc`::
5860
To enable the OIDC provider as default sign-in provider.
5961

62+
[NOTE]
63+
====
64+
* Set your {product-short} ConfigMap to `prompt: auto` to allow the identity provider to automatically determine whether to prompt for credentials or bypass the login redirect if an active {rhsso} session exists. If this value is not set, the identity provider defaults to `prompt: none`, which assumes that you are already logged in. As a result, rejects the sign-in request without an active session.
65+
* `prompt: login` forces the identity provider to always require credentials from the user.
66+
====
6067

6168
Optional: Consider adding the following optional fields:
6269

0 commit comments

Comments
 (0)