Skip to content

Commit 0305003

Browse files
author
GitHub Actions
committed
Remove dangerouslyAllowSignInWithoutUserInCatalog in RHBK auth section
1 parent cd54a2e commit 0305003

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

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

-26
Original file line numberDiff line numberDiff line change
@@ -67,32 +67,6 @@ To allow the identity provider to automatically determine whether to prompt for
6767
If `prompt: auto` is not set, the identity provider defaults to `prompt: none`, which assumes that you are already logged in and rejects sign-in requests without an active session.
6868
====
6969

70-
Optional: Consider adding the following optional fields:
71-
72-
`dangerouslyAllowSignInWithoutUserInCatalog: true`::
73-
+
74-
--
75-
To enable authentication without requiring to provision users in the {product-short} software catalog.
76-
77-
WARNING: Use this option to explore {product-short} features, but do not use it in production.
78-
79-
.`{my-app-config-file}` fragment with optional field to allow authenticating users absent from the software catalog
80-
[source,yaml]
81-
----
82-
auth:
83-
environment: production
84-
providers:
85-
oidc:
86-
production:
87-
metadataUrl: ${AUTH_OIDC_METADATA_URL}
88-
clientId: ${AUTH_OIDC_CLIENT_ID}
89-
clientSecret: ${AUTH_OIDC_CLIENT_SECRET}
90-
prompt: auto
91-
signInPage: oidc
92-
dangerouslyAllowSignInWithoutUserInCatalog: true
93-
----
94-
--
95-
9670
`callbackUrl`::
9771
{rhbk} callback URL.
9872
+

0 commit comments

Comments
 (0)