-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure AD B2C and Blazor Web App Net8 Authentication #50725
Comments
Same here. |
The same problem exists trying to connect to B2C with just a vanilla ASP.NET Core web app. In RC1 the app fires up and I can proceed through Sign In (correctly), but an authentication failure is always returned: "IDX40001: Issuer: 'https://mytenant.b2clogin.com//v2.0/', does not match any of the valid issuers provided for this application.
|
This is a workaround i made just to wait for a fix.
|
Many thanks for the workaround @AlexCastroAlex ! |
This is a duplicate of #51005 which has now been fixed. |
@halter73, I am still seeing the same issue:
I am on
|
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I have tried configuring azure ad b2c with the new Blazor Web App in Net 8 RC1 , following the same process I would do with net6 or 7, but I seem to fail.
Is this not available for testing in net8 and blazor?
Describe the solution you'd like
To be able to integrate with B2C in the same way as net7.
Additional context
No response
The text was updated successfully, but these errors were encountered: