My application is a learning platform which lets users to upskill themselves in basic areas of computers specifically for South East Asian nations.

I am using Azure AD B2C for user management and using Identity Experience Framework (Custom policies).

Anyone can register at https://skillourfuture.org/register. Upon registration, the user will get an email with the password and simultaneously the user account gets created in both my application & B2C Tenant.

When you login to this application using the B2C Sign in Page, I am getting an error page of Microsoft with the URL https://learn.skillourfuture.org/MicrosoftIdentity/Account/Error When you click on the Home button on the error page, you will be redirected to our Homepage which is https://learn.skillourfuture.org. When you click on Sign in button on top right corner, you will directly login to the application without entering the credentials.

I want to get rid of the error when user logs in for the first time. I've logged multiple tickets with MS B2C team, but of no use.

The reason we want to use the B2C Sign in page URL is that we have implemented various languages and we will send the Sign in pages & content according to the users region.

Any possible solutions or work-around is appreciated

Microsoft Error Page mentioned above


PS: When you enter the credentials, they are getting stored in the cache and when you click on Sign in button of of my homepage, it is taking the cached creds and letting you in.

0

There are 0 best solutions below