Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 3b81c84

Browse files
authored
Merge pull request #6 from Azure-Samples/remove-logout-url
Remove logout url as http causes issues in the portal
2 parents cbafc3a + 56efbce commit 3b81c84

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

AppCreationScripts/apps.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"x-ms-id": "AngularSpa",
1010
"x-ms-name": "active-directory-javascript-singlepageapp-angular",
1111
"x-ms-version": "2.0",
12-
"logoutUrl": "http://localhost:4200/",
1312
"replyUrlsWithType": [
1413
{
1514
"url": "http://localhost:4200/",
@@ -31,10 +30,10 @@
3130
]
3231
}
3332
],
34-
"codeConfigurations": [
33+
"codeConfigurations": [
3534
{
36-
"settingFile": "/src/app/app.module.ts",
37-
"replaceTokens":
35+
"settingFile": "/src/app/app.module.ts",
36+
"replaceTokens":
3837
{
3938
"appId": "Enter_the_Application_Id_Here",
4039
"tenantId": "Enter_the_Tenant_Info_Here",
@@ -46,4 +45,4 @@
4645
]
4746
}
4847
]
49-
}
48+
}

0 commit comments

Comments
 (0)