Skip to content

Commit

Permalink
admin and user can consent
Browse files Browse the repository at this point in the history
  • Loading branch information
hongooi73 committed Jul 9, 2019
1 parent 919ed5e commit 444a59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/vig03_rbac.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ srvapp_api$oauth2PermissionScopes <- list(
adminConsentDisplayName="AKS",
id=srvapp_newapi_id,
isEnabled=TRUE,
type="Admin",
userConsentDescription=NULL,
userConsentDisplayName=NULL,
type="User",
userConsentDescription="AKS",
userConsentDisplayName="AKS",
value="AKS"
)
)
Expand Down

0 comments on commit 444a59a

Please sign in to comment.