Skip to content

Commit 242f5e9

Browse files
openshift-cherrypick-robotGitHub Actions
authored andcommitted
chore: bad link in code snippet points to non-existent branch (#939)
Co-authored-by: Nick Boldt <[email protected]> Added missing parameter in auth setup Add missing parameter Update the missing parameter in auth set up Added missing parameter in auth set up Added missing parameter in auth setup Added missing parameter in auth set up
1 parent 47f585e commit 242f5e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ auth:
4545
metadataUrl: ${AUTH_OIDC_METADATA_URL}
4646
clientId: ${AUTH_OIDC_CLIENT_ID}
4747
clientSecret: ${AUTH_OIDC_CLIENT_SECRET}
48+
prompt: auto
4849
signInPage: oidc
4950
----
5051

@@ -57,6 +58,13 @@ To configure the OIDC provider with your secrets.
5758
`sigInPage: oidc`::
5859
To enable the OIDC provider as default sign-in provider.
5960

61+
`prompt: auto`::
62+
To allow the identity provider to automatically determine whether to prompt for credentials or bypass the login redirect if an active {rhsso} session exists.
63+
64+
[NOTE]
65+
====
66+
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.
67+
====
6068

6169
Optional: Consider adding the following optional fields:
6270

@@ -78,6 +86,7 @@ auth:
7886
metadataUrl: ${AUTH_OIDC_METADATA_URL}
7987
clientId: ${AUTH_OIDC_CLIENT_ID}
8088
clientSecret: ${AUTH_OIDC_CLIENT_SECRET}
89+
prompt: auto
8190
signInPage: oidc
8291
dangerouslyAllowSignInWithoutUserInCatalog: true
8392
----

modules/installation/proc-install-rhdh-airgapped-environment-ocp-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The internal {ocp-short} cluster image registry cannot be used as a target mirro
4545
+
4646
[source,yaml,subs="attributes+"]
4747
----
48-
curl -sSLO https://raw.githubusercontent.com/redhat-developer/rhdh-operator/{product-version}.x/.rhdh/scripts/prepare-restricted-environment.sh
48+
curl -sSLO https://raw.githubusercontent.com/redhat-developer/rhdh-operator/release-{product-version}/.rhdh/scripts/prepare-restricted-environment.sh
4949

5050
# if you do not already have a target mirror registry
5151
# and want the script to create one for you

0 commit comments

Comments
 (0)