Skip to content

Commit b55c721

Browse files
authored
Merge pull request #39 from Azure-Samples/quickstart-changes
Adding password Credentials block in Apps.json
2 parents c7c520f + 7dd4d9f commit b55c721

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AppCreationScripts/Apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"type": "Web"
1616
}
1717
],
18+
"passwordCredentials": [
19+
{
20+
"value": "{auto}"
21+
}
22+
],
1823
"x-ms-passwordCredentials": "Auto",
1924
"oauth2AllowImplicitFlow": false,
2025
"oauth2AllowIdTokenImplicitFlow": false,

0 commit comments

Comments
 (0)