Earlybyte / aad_oauth

Flutter Azure Active Directory OAuth Package
https://pub.dev/packages/aad_oauth
MIT License
92 stars 186 forks source link

Azure AD B2C Custom Domain URL Redirects to Default URL in aad_oauth Flutter Library #294

Open vishal-chaudhary-ajmera opened 8 months ago

vishal-chaudhary-ajmera commented 8 months ago
thomtomdup commented 8 months ago

Hello.

I have the same problem. Tenant value is requiered but should not be need if customDomainUrlWithTenantId is set.

tigloo commented 2 months ago

See here: https://github.com/Earlybyte/aad_oauth/blob/63446c57e5bbcd4399362c4cd85028966c6e3a46/assets/msalv2.js#L18

The web code is not considering this parameter when setting up the MSAL library. Seems like that feature was only implemented for mobile.