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
I need to use a few AAD identity providers in Blazor WASM application. At least I need to use corporate Azure AD and Azure AD B2C. I don't want to use just B2C and authorize corporate accounts via B2C. So what I need is to use different URL addresses for corporate Azure AD and Azure AD B2C to authenticate users directly via their providers (e.g. authb2b/login-callback and authb2c/login-callback). It is possible to do that with ASP Core Authorisation via use MSAL module (provided documentation don't specify such case) ? Or should I do it manually in different way? If so, do you have sample for it (please keep remember that the case is to use it in SPA Blazor WASM application) ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to use a few AAD identity providers in Blazor WASM application. At least I need to use corporate Azure AD and Azure AD B2C. I don't want to use just B2C and authorize corporate accounts via B2C. So what I need is to use different URL addresses for corporate Azure AD and Azure AD B2C to authenticate users directly via their providers (e.g. authb2b/login-callback and authb2c/login-callback). It is possible to do that with ASP Core Authorisation via use MSAL module (provided documentation don't specify such case) ? Or should I do it manually in different way? If so, do you have sample for it (please keep remember that the case is to use it in SPA Blazor WASM application) ?
Beta Was this translation helpful? Give feedback.
All reactions