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

Commit dd2e0ef

Browse files
committed
minor updates to sample config
1 parent 68aadbf commit dd2e0ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

JavaScriptSPA/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<title>Quickstart for MSAL JS</title>
55
<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.4/bluebird.min.js"></script>
66
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/0.2.3/js/msal.js"></script>
7-
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
87
</head>
98

109
<body>
@@ -16,7 +15,7 @@ <h4 id="WelcomeMessage"></h4>
1615
<script>
1716
var applicationConfig = {
1817
clientID: 'Enter_the_Application_Id_here', //This is your client ID
19-
authority: "https://login.microsoftonline.com/common", //Default authority value is https://login.microsoftonline.com/common
18+
authority: "https://login.microsoftonline.com/Enter_the_Tenant_Info_Here", //Default authority value is https://login.microsoftonline.com/common
2019
graphScopes: ["user.read"],
2120
graphEndpoint: "https://graph.microsoft.com/v1.0/me"
2221
};

0 commit comments

Comments
 (0)