Class InvalidClientMetadataException

All Implemented Interfaces:
Serializable

public class InvalidClientMetadataException extends OAuth2Exception
The value of one of the Client Metadata fields is invalid and the server has rejected this request. Note that an Authorization Server MAY choose to substitute a valid value for any requested parameter of a Client's Metadata. https://openid.net/specs/openid-connect-registration-1_0.html#RegistrationError
Author:
Alexandre FARIA (contact at alexandrefaria.net)
See Also:
  • Constructor Details

    • InvalidClientMetadataException

      public InvalidClientMetadataException()
    • InvalidClientMetadataException

      public InvalidClientMetadataException(String message)
  • Method Details