Registration 2.3 - "rotate_secret" may return "invalid_client_secret"?

Issue #630 resolved
Former user created an issue

At the description of "invalid_client_secret" error, only "client_update" is written to return this error. Because "rotate_secret" is also take "client_secret" parameter, it also be written here.

Comments (4)

  1. Former user Account Deleted

    I propose the following sentence for the "2.3. Client Registration Error Response" section.

    - The client_secret provided for a client_update is not valid for the provided client_id.

    + The client_secret provided for a client_update or a rotate_secret is not valid for the provided client_id.

  2. Former user Account Deleted

    I propose the following sentence for the "2.3. Client Registration Error Response" section.

    - The client_secret provided for a client_update is not valid for the provided client_id.

    + The client_secret provided for a client_update or a rotate_secret is not valid for the provided client_id.

  3. Log in to comment