Returns the available auth methods for the given user email. Example: password, ldap, oauth, etc.
The account for which the user wishes to discover authentication mechanisms. Note that if specified, the user_email field in an AuthDiscoverRequest will be ignored.
The email of the user wishing to log in. If the auth discovery request also includes an acct_id query parameter, this field will be effectively ignored.
Success result
Specifies whether the Authorization Server prompts the End-User for reauthentication and consent
Corresponds to the prompt
parameter in
https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
Corresponds to the display
parameter in
https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
Specifies the allowable elapsed time in seconds since the last time the End-User was actively authenticated by the OP. If the elapsed time is greater than this value, the OP MUST attempt to actively re-authenticate the End-User