AuthPrompt: "NONE" | "LOGIN" | "CONSENT" | "SELECT_ACCOUNT"

OIDC prompt parameter that specifies whether the Authorization Server prompts the End-User for reauthentication and consent.

  • 'NONE' - No authentication or consent UI will be displayed
  • 'LOGIN' - Force user to re-authenticate even if they have a valid session
  • 'CONSENT' - Force user to consent to sharing information with the client
  • 'SELECT_ACCOUNT' - Prompt user to select among multiple authenticated accounts