-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Cross cloud B2B scenarios are supported by MSAL #2110
Comments
I'm not sure why it works with Microsoft.Identity.Web. As far as I know, this is a feature called "multi cloud support" that is not currently implemented in MSAL. @jmprieur @henrik-me ? |
Marking as a feature request, because MSAL does not support cross-cloud scenarios at this point in time. |
This would mean that the first part of the auth code flow for confidential client works? |
Correct, ASP.NET Core with MVC. I'm using login.microsoftonline.com/common, below is the AzureAd config section. "AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "common",
"Domain": "azurepowerline.com",
"ClientId": "the client id...",
"CallbackPath": "/signin-oidc",
"SignedOutCallbackPath ": "/signout-callback-oidc"
} |
This is something that Microsoft.Identity.Web multiple authentication scheme should solve |
Which Version of MSAL are you using ?
MSAL - Microsoft.Identity.Client 4.20.1
Platform
UWP
What authentication flow has the issue?
Other? - please describe;
Is this a new or existing app?
The app is in production, I haven't upgraded MSAL, but started seeing this issue
Repro
Expected behavior
Receive an successful AuthenticationResult with an AccessToken.
Actual behavior
Exception is thrown:
Possible Solution
Please see below.
Additional context/ Logs / Screenshots
Important details:
Comparison for possible solution:
Stacktrace:
The text was updated successfully, but these errors were encountered: