-
Notifications
You must be signed in to change notification settings - Fork 0
AspNetCore Blazor Web App Example for .net 8 connection to external Identity Server #1024
Comments
We are actively working on producing new samples and guidance for Blazor in .NET 8. We have an open issue in our samples repo and hope to have updates to share soon. |
Thanks for taking over the sample production. Is there an expected time of availability? This blocks our POC for .Net 8 Blazor Web App. Thanks |
You have not been able to post an example of using your paid server for a month! |
Unfortunately Microsoft did not make testing/guidance for common security scenarios a priority for Blazor Web Apps (aka auto rendering). It is their product, not ours. Many people also complain over at the Microsoft issue tracker about the lack of OOB support of OpenID Connect in general and Entra ID(former Azure AD) in particular, which is Microsoft's identity system. See here. That being said, there is some movement now and there is a work-in-progress sample from Microsoft here. We have had a look at it, and it is a good start. We think it can be improved, which we will do in the coming weeks. For now, feel free to use that sample as a starting point (you can wire up other token servers including IdentityServer). Also please give Microsoft feedback if you have suggestions for improvements. |
In the interest of keeping things organized, I'm closing this along with some other related issues, but feel free to provide feedback and comments in (DuendeSoftware/samples#142) |
Which version of Duende IdentityServer are you using?
6.3.5
Which version of .NET are you using?
8.0
Describe the bug
Blazor Aspnet core 8 revamped their authentication and because of that the way we were doing authentication in 6 & 7 for Blazor does not work.
Can we get an updated example on getting the new unified Blazor authenticating with Duende Identity Server?
The text was updated successfully, but these errors were encountered: