Skip to content

Commit a1ec11e

Browse files
authored
Merge pull request #223 from oauth-wg/aaronpk/client-auth-methods
add references to client authentication method names from RFC7591
2 parents a6c668c + 590edf8 commit a1ec11e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

draft-ietf-oauth-v2-1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,8 @@ parameters:
10721072
The parameters can only be transmitted in the request content and MUST NOT
10731073
be included in the request URI.
10741074

1075+
This is also known as `client_secret_post` as defined in {{Section 2 of RFC7591}}.
1076+
10751077
For example, a request to refresh an access token ({{refreshing-an-access-token}}) using
10761078
the content parameters (with extra line breaks for display purposes
10771079
only):
@@ -1094,6 +1096,8 @@ to authenticate with the authorization server, the client identifier is encoded
10941096
secret is encoded using the same algorithm and used as the
10951097
password.
10961098

1099+
This is also known as `client_secret_basic` as defined in {{Section 2 of RFC7591}}.
1100+
10971101
For example (with extra line breaks for display purposes only):
10981102

10991103
Authorization: Basic czZCaGRSa3F0Mzo3RmpmcDBaQnIxS3REUmJuZlZkbUl3

0 commit comments

Comments
 (0)