-
Bug
-
Resolution: Done
-
Critical
-
1.3.0, 1.4.0
-
3
-
False
-
-
False
-
-
-
RHDH Documentation 3269, RHDH Documentation 3270
Description of problem:
The `prompt: auto` config is not set in the current RHDH docs for RHBK auth provider set up here.
For more context, prompt is set to ‘none’ by default here, which results in silent [authentication|https://auth0.com/docs/authenticate/login/configure-silent-authentication], meaning that login attempts will be rejected if there is not an existing valid session already.
Actual results:
Missing prompt: auto results in this bug
Expected results:
Configs should look like:
auth: environment: production providers: oidc: production: metadataUrl: ${AUTH_OIDC_METADATA_URL} clientId: ${AUTH_OIDC_CLIENT_ID} clientSecret: ${AUTH_OIDC_CLIENT_SECRET} prompt: auto #add this config signInPage: oidc dangerouslyAllowSignInWithoutUserInCatalog: true
Reproducibility (Always/Intermittent/Only Once):
Build Details:
Additional info (Such as Logs, Screenshots, etc):
1.
|
[DOC] Technical Review |
|
Closed | |
Jessica He |
2.
|
[DOC] Peer Review |
|
Closed | |
Fabrice Flore-Thébault |