Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Last active May 26, 2020 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/e30dcb120869ed2e83abbe857d01acfc to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/e30dcb120869ed2e83abbe857d01acfc to your computer and use it in GitHub Desktop.
manifest configurations required in API app registration
"appRoles": [
{
"allowedMemberTypes": [
"Application"
],
"description": "Accesses the Weather Forecast API as an application.",
"displayName": "access_as_application",
"id": "effddccf-fbce-46bd-86b1-dd24ee1fef3f",
"isEnabled": true,
"lang": null,
"origin": "Application",
"value": "access_as_application"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment