Skip to content

Instantly share code, notes, and snippets.

@JarroVGIT
Created May 16, 2020 13:47
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 JarroVGIT/3e5cd51b6bc23bddbc445263cd71a7a9 to your computer and use it in GitHub Desktop.
Save JarroVGIT/3e5cd51b6bc23bddbc445263cd71a7a9 to your computer and use it in GitHub Desktop.
AppRoles definition of our Backend Function Application registration
"appRoles": [
{
"allowedMemberTypes": [
"Application"
],
"displayName": "Allow Frontend Function access to Backend Function",
"id": "e8771cad-cfde-4f6b-b6f4-e246f9b468d2",
"isEnabled": true,
"description": "Allow Managed Identity of Frontend Function to authenticate to Backend Function",
"value": "Things.Read.All"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment