diff --git a/AppCreationScripts/apps.json b/AppCreationScripts/apps.json index ec586f3..4074401 100644 --- a/AppCreationScripts/apps.json +++ b/AppCreationScripts/apps.json @@ -9,6 +9,7 @@ "x-ms-id": "JavaScriptSpa", "x-ms-name": "active-directory-javascript-graphapi-v2", "x-ms-version": "2.0", + "logoutUrl": "http://localhost:30662/", "replyUrlsWithType": [ { "url": "http://localhost:30662/", diff --git a/JavaScriptSPA/index.html b/JavaScriptSPA/index.html index 7855647..97689a9 100644 --- a/JavaScriptSPA/index.html +++ b/JavaScriptSPA/index.html @@ -2,96 +2,136 @@