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 am encountering an issue with the aad_oauth Flutter library while attempting to use a custom domain URL to open Azure AD B2C. Despite configuring the custom domain URL, the redirection consistently defaults to the default URL (tenant.b2clogin.com).
Steps to Reproduce:
Set up Azure AD B2C with a custom domain URL.
Integrate the aad_oauth Flutter library into the application.
Configure the library to utilize the custom domain URL for Azure AD B2C authentication.
Attempt to authenticate using the custom domain URL.
Expected Behavior:
Authentication should redirect to the custom domain URL specified for Azure AD B2C.
Actual Behavior:
The authentication process redirects to the default URL (tenant.b2clogin.com) instead of the configured custom domain URL.
The text was updated successfully, but these errors were encountered:
Description:
I am encountering an issue with the aad_oauth Flutter library while attempting to use a custom domain URL to open Azure AD B2C. Despite configuring the custom domain URL, the redirection consistently defaults to the default URL (tenant.b2clogin.com).
Steps to Reproduce:
Expected Behavior:
Authentication should redirect to the custom domain URL specified for Azure AD B2C.
Actual Behavior:
The authentication process redirects to the default URL (tenant.b2clogin.com) instead of the configured custom domain URL.
The text was updated successfully, but these errors were encountered: