Skip to content

Commit

Permalink
Fixed description of scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviaracil committed Sep 26, 2023
1 parent b16a269 commit 73a8a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ob_v3p0/ob_v3p0.lines
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 73a8a75

Please sign in to comment.