From fcd80efb48f4600236e49cc8b0e5d95ec16c1542 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 13 Jun 2024 14:56:00 -0700 Subject: [PATCH] fix typo closes #177 --- draft-ietf-oauth-v2-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-oauth-v2-1.md b/draft-ietf-oauth-v2-1.md index 6b0accb..1ba78b0 100644 --- a/draft-ietf-oauth-v2-1.md +++ b/draft-ietf-oauth-v2-1.md @@ -2325,7 +2325,7 @@ includes one of the following error codes in the response: "invalid_token": : The access token provided is expired, revoked, malformed, or - invalid for other reasons. The resource SHOULD respond with + invalid for other reasons. The resource server SHOULD respond with the HTTP 401 (Unauthorized) status code. The client MAY request a new access token and retry the protected resource request.