From b3738a138823ecc230f0a517fa0f62186bd25300 Mon Sep 17 00:00:00 2001 From: Daniel Fett Date: Mon, 5 Jun 2023 16:27:28 +0200 Subject: [PATCH] Update RAR reference --- recommendations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recommendations.md b/recommendations.md index 1fddd2a..4a27887 100644 --- a/recommendations.md +++ b/recommendations.md @@ -178,7 +178,7 @@ to verify, for every request, whether the access token sent with that request was meant to be used for that particular action on the particular resource. If not, the resource server must refuse to serve the respective request. Clients and authorization servers MAY utilize -the parameter `scope` as specified in [@!RFC6749] and `authorization_details` as specified in [@I-D.ietf-oauth-rar] to determine those +the parameter `scope` as specified in [@!RFC6749] and `authorization_details` as specified in [@RFC9396] to determine those resources and/or actions. ## Resource Owner Password Credentials Grant