We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f556cad + 8aa08f1 commit c6b9087Copy full SHA for c6b9087
articles/active-directory/develop/quickstart-v2-javascript.md
@@ -88,7 +88,7 @@ var msalConfig = {
88
auth: {
89
clientId: "Enter_the_Application_Id_here",
90
authority: "https://login.microsoftonline.com/Enter_the_Tenant_info_here",
91
- redirectURI: "http://localhost:30662/"
+ redirectUri: "http://localhost:30662/"
92
},
93
cache: {
94
cacheLocation: "localStorage",
0 commit comments