Class CIBAError


  • public final class CIBAError
    extends Object
    CIBA specific errors.

    Related specifications:

    • OpenID Connect CIBA Flow - Core 1.0, sections 12 and 13.
    • Field Detail

      • UNKNOWN_USER_ID

        public static final ErrorObject UNKNOWN_USER_ID
        The OpenID provider / OAuth 2.0 authorisation server is not able to identify the end-user by means of the login_hint_token, id_token_hint or login_hint in the provided in the request.
      • INVALID_BINDING_MESSAGE

        public static final ErrorObject INVALID_BINDING_MESSAGE
        The binding message (binding_message) is invalid or unacceptable in the given request context.