You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-Authentication/0-sign-in-vanillajs/App/public/authConfig.js
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,11 @@
5
5
*/
6
6
constmsalConfig={
7
7
auth: {
8
-
clientId: 'Enter_the_Application_Id_Here',// This is the ONLY mandatory field that you need to supply.
9
-
authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/',// Replace the placeholder with your tenant subdomain
10
-
redirectUri: '/',// You must register this URI on Azure Portal/App Registration. Defaults to window.location.href e.g. http://localhost:3000/
8
+
// clientId: 'Enter_the_Application_Id_Here', // This is the ONLY mandatory field that you need to supply.
9
+
// authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
10
+
redirectUri: 'http://localhost:3000/redirect',// You must register this URI on Azure Portal/App Registration. Defaults to window.location.href e.g. http://localhost:3000/
11
+
clientId: '94fc755a-af32-43f9-9ce6-5f86f2beb928',// This is the ONLY mandatory field that you need to supply.
12
+
authority: 'https://TrialTenantkwFwHYij.ciamlogin.com/',// Replace the placeholder with your tenant subdomain redirectUri: 'http://localhost:3000/redirect', // You must register this URI on Azure Portal/App Registration. Defaults to window.location.href e.g. http://localhost:3000/
11
13
navigateToLoginRequestUrl: true,// If "true", will navigate back to the original request location before processing the auth code response.
12
14
},
13
15
cache: {
@@ -65,4 +67,4 @@ if (typeof exports !== 'undefined') {
0 commit comments