New error code needed on client registration

Issue #649 resolved
Former user created an issue

None of the present error codes are applicable to errors like these two:

  • No sector_identifier_url where there MUST be one
  • A redirect_uri that doesn't appear in the JSON file pointed to by the sector_identifier_url

I proposed a new error code called 'inconsistent_client_registration'

Comments (3)

  1. Michael Jones

    We will add an invalid_redirect_uri error for the second case. We think that invalid_configuration_parameter covers the first case.

  2. Log in to comment