Class InvalidPermissionRequestException

All Implemented Interfaces:
Serializable

public class InvalidPermissionRequestException extends OAuth2Exception
If the permission request contains not found/invalid resource_id or resource_scopes, it must fail with a 400 error and the corresponding error_code & description. https://docs.kantarainitiative.org/uma/wg/rec-oauth-uma-federated-authz-2.0.html#rfc.section.4.3
Author:
Alexandre FARIA (contact at alexandrefaria.net)
See Also: