Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,664 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created application Blazor server application in visual studio 2019.
Which used Azure Ad B2C authentication.
But i have received below error when going to login.
Sorry, but we're having trouble signing you in.
We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, please try again.
Correlation ID: XXXXXXXXXXX
Timestamp: 2021-04-16 10:55:01Z
AADB2C90068: The provided application with ID 'XCXCXCXCCXCCCXC' is not valid against this service. Please use an application created via the B2C portal and try again.
This error means that you registered the app under Azure AD rather than Azure AD B2C. Even though you can see the app under Azure AD B2C, it doesn't mean you created it there.
You should navigate to Azure AD B2C to register the application. If you don't already have a B2C tenant, you can create one.