Skip to content

Commit c39aef4

Browse files
GitHub Actionsjmagak
authored andcommitted
Added missing parameter in auth set up
1 parent 7bbf690 commit c39aef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Save the value for the next step:
3535
+
3636
--
3737
.`{my-app-config-file}` fragment with mandatory fields to enable authentication with {rhbk}
38-
[source,yaml]
38+
[source,yaml,subs="+attributes,+quotes"]
3939
----
4040
auth:
4141
environment: production
@@ -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`::

0 commit comments

Comments
 (0)