Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 2457fe4

Browse files
committed
Fixing oauth2AllowImplicitFlow value in apps.json to boolean
1 parent 0c599e6 commit 2457fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppCreationScripts/apps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "Web"
1616
}
1717
],
18-
"oauth2AllowImplicitFlow": "true",
18+
"oauth2AllowImplicitFlow": true,
1919
"requiredResourceAccess": [
2020
{
2121
"x-ms-resourceAppName": "Microsoft Graph",

0 commit comments

Comments
 (0)