OIDC prompt parameter that specifies whether the Authorization Server prompts the End-User for reauthentication and consent.
'NONE'
'LOGIN'
'CONSENT'
'SELECT_ACCOUNT'
https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
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