Skip to content

Commit 8e8ac41

Browse files
author
GitHub Actions
committed
Added missing parameter in auth setup
1 parent 3690f4a commit 8e8ac41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ 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
4948
signInPage: oidc
50-
dangerouslyAllowSignInWithoutUserInCatalog: true
5149
----
5250

5351
`environment: production`::
@@ -70,7 +68,7 @@ To enable authentication without requiring to provision users in the {product-sh
7068
WARNING: Use this option to explore {product-short} features, but do not use it in production.
7169
+
7270
.`{my-app-config-file}` fragment with optional field to allow authenticating users absent from the software catalog
73-
[source,yaml]
71+
[source,yaml,subs="+attributes,+quotes"]
7472
----
7573
auth:
7674
environment: production
@@ -80,6 +78,7 @@ auth:
8078
metadataUrl: ${AUTH_OIDC_METADATA_URL}
8179
clientId: ${AUTH_OIDC_CLIENT_ID}
8280
clientSecret: ${AUTH_OIDC_CLIENT_SECRET}
81+
prompt: auto #add this config
8382
signInPage: oidc
8483
dangerouslyAllowSignInWithoutUserInCatalog: true
8584
----

0 commit comments

Comments
 (0)