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

Commit 4308d99

Browse files
author
Prithvi Kanherkar
committed
deleting test client id, adding storeAuthStateInCookie (added in previous commit)
Replacing the test client id with a generic variable, adding the storeAuthStateInCookie flag for the UserAgentApplication for IE fix (added in the previous commit, but logs do not reflect it)
1 parent f0c7ea0 commit 4308d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScriptSPA/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h4 id="WelcomeMessage"></h4>
2323
var isEdge = msedge > 0;
2424

2525
var applicationConfig = {
26-
clientID: "0813e1d1-ad72-46a9-8665-399bba48c201", //This is your client ID
26+
clientID: "Enter_the_Application_Id_here", //This is your client ID
2727
graphScopes: ["user.read"],
2828
graphEndpoint: "https://graph.microsoft.com/v1.0/me"
2929
};

0 commit comments

Comments
 (0)