Enum AuthorizationFailRequest.Reason

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ACCOUNT_SELECTION_REQUIRED
      The authorization server cannot obtain an account selection choice made by the end-user.
      ACR_NOT_SATISFIED
      The authorization request from the client application contained "acr" claim in "claims" request parameter and the claim was marked as essential, but the ACR performed for the end-user does not match any one of the requested ACRs.
      CONSENT_REQUIRED
      The authorization server cannot obtain consent from the end-user.
      DENIED
      The end-user denied the authorization request from the client application.
      DIFFERENT_SUBJECT
      The authorization request from the client application requested a specific value for sub claim, but the current end-user (in the case of prompt=none) or the end-user after the authentication is different from the specified value.
      EXCEEDS_MAX_AGE
      The authorization request from the client application contained prompt=none, but the time specified by max_age request parameter or by default_max_age configuration parameter has passed since the time at which the end-user logged in.
      INTERACTION_REQUIRED
      The authorization server needs interaction with the end-user.
      INVALID_TARGET
      The requested resource is invalid, missing, unknown, or malformed.
      MAX_AGE_NOT_SUPPORTED
      The authorization request from the client application contained max_age parameter with a non-zero value or the client's configuration has a non-zero value for default_max_age configuration parameter, but the service implementation cannot behave properly based on the max age value mainly because the service implementation does not manage authentication time of end-users.
      NOT_AUTHENTICATED
      The end-user was not authenticated.
      NOT_LOGGED_IN
      The authorization request from the client application contained prompt=none, but any end-user has not logged in.
      SERVER_ERROR
      Server error.
      UNKNOWN
      Unknown reason.