From 73a8a75046231ed08a648309de62d3cb3e4f8124 Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Tue, 26 Sep 2023 13:26:06 +0200 Subject: [PATCH] Fixed description of scopes --- ob_v3p0/ob_v3p0.lines | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ob_v3p0/ob_v3p0.lines b/ob_v3p0/ob_v3p0.lines index 19755b60..dcafab79 100644 --- a/ob_v3p0/ob_v3p0.lines +++ b/ob_v3p0/ob_v3p0.lines @@ -93,7 +93,7 @@ Package OAuth2ACG SecurityModel OAUTH2ACG Url TokenURL provider.example.com/token Url AuthURL provider.example.com/auth Url RefreshURL provider.example.com/refresh - Scope getCredentialsAcg https://purl.imsglobal.org/spec/ob/v3p0/scope/credential.readonly "Permission to read ClrCredentials for the authenticated entity." - Scope upsertCredentialAcg https://purl.imsglobal.org/spec/ob/v3p0/scope/credential.upsert "Permission to create or update ClrCredentials for the authenticated entity." + Scope getCredentialsAcg https://purl.imsglobal.org/spec/ob/v3p0/scope/credential.readonly "Permission to read AchievementCredentials for the authenticated entity." + Scope upsertCredentialAcg https://purl.imsglobal.org/spec/ob/v3p0/scope/credential.upsert "Permission to create or update AchievementCredentials for the authenticated entity." Scope getProfileAcg https://purl.imsglobal.org/spec/ob/v3p0/scope/profile.readonly "Permission to read the profile for the authenticated entity." Scope putProfileAcg https://purl.imsglobal.org/spec/ob/v3p0/scope/profile.update "Permission to update the profile for the authenticated entity."