Skip to content

Instantly share code, notes, and snippets.

@jpda
Created January 12, 2015 22:07
Show Gist options
  • Save jpda/35491b4ac3606d22b03b to your computer and use it in GitHub Desktop.
Save jpda/35491b4ac3606d22b03b to your computer and use it in GitHub Desktop.
manifest.json
"oauth2Permissions": [
{
"adminConsentDescription": "Allow the application access to the service",
"adminConsentDisplayName": "Have full access to the service",
"id": "b69ee3c9-c40d-4f2a-ac80-961cd1534e40",
"isEnabled": true,
"origin": "Application",
"type": "User",
"userConsentDescription": "Allow the application full access to the service on your behalf",
"userConsentDisplayName": "Have full access to the service",
"value": "user_impersonation"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment