User Profile
mgouker
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Re: Base URL used for Multi Tenants
It's been a while since this was posted but you may have a simple problem to solve. Change your msalConfig to include common to support multitenant. Something like this: const msalConfig = { auth: { // 'Application (client) ID' of app registration in Azure portal - this value is a GUID clientId: "b9c6e65c-cbf5-4ffb-998f-6b1114440a93", // Full directory URL, multi-tenant application. (MUST be /common) authority: "https://login.microsoftonline.com/common", // Full redirect URL redirectUri: your_server_name, // <--- same as in the app registration in azure. },3.2KViews0likes2Comments
Recent Blog Articles
No content to show