Skip to content

Commit

Permalink
Add clarification about how to inform the resource owner without redi…
Browse files Browse the repository at this point in the history
…rection
  • Loading branch information
garciasolero committed Oct 23, 2024
1 parent 2b429dc commit 8896ce8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions documentation/CAMARA-Security-Interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ This section describes the error responses that the Authorization Server MUST re

#### Authorization Code Flow

If the request fails due to a missing, invalid, or mismatching redirection URI, or if the client identifier is missing or invalid,
the authorization server MUST NOT automatically redirect the user-agent and SHOULD inform the resource owner of the
error.
If the request fails due to a missing, invalid, or mismatching redirection URI, or if the client identifier is missing or invalid, the authorization server MUST NOT automatically redirect the user-agent and SHOULD inform the resource owner of the error. For instance, the authorization server MAY display a message to the user describing the problem.

In other cases, the authorization server redirects the user-agent to the provided client redirection URI using the HTTP status code `302-Found` and includes the following `error` code parameter within the response:

Expand Down

0 comments on commit 8896ce8

Please sign in to comment.