From ca1b87537479894b312512b7ab215303cac1641e Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 21 Sep 2023 01:36:29 +0200 Subject: [PATCH] document resource class deprecation Signed-off-by: Mark Sagi-Kazar --- docs/spec/auth/scope.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/spec/auth/scope.md b/docs/spec/auth/scope.md index e1a77102..e162c3f2 100644 --- a/docs/spec/auth/scope.md +++ b/docs/spec/auth/scope.md @@ -41,6 +41,11 @@ is authorized for a specific resource. #### Resource Class +> [!WARNING] +> Resource Class is deprecated and ignored. +> `repository` and `repository(plugin)` are considered equal when authorizing a token. +> Authorization services should no longer return scopes with a resource class. + The resource type might have a resource class which further classifies the the resource name within the resource type. A class is not required and is specific to the resource type.