Uploaded image for project: 'Red Hat Developer Hub Bugs'
  1. Red Hat Developer Hub Bugs
  2. RHDHBUGS-309

[Docs] Missing `prompt` parameter configuration in auth set up

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 1.5.0
    • 1.3.0, 1.4.0
    • Documentation
    • 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):

              rhn-support-jmagak Judith Amondi Magak
              rh-ee-jhe Jessica He
              RHIDP - Documentation
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: