Explain the choice of Duende IdentityServer VS the new Identity APIs and...
A reference .NET application implementing an eCommerce site
Brought to you by:
jobily
Originally created by: julioct
I'm experienced with Duende IdentityServer, and it is a great choice for a microservices-based system.
However, with all the new Identity APIs and Blazor Identity UI in .NET 8, I wonder if none of that ended up making sense for eShop.
Identity.API seems to be all based on IdentityServer and the Blazor WebApp does not even provide any UI for authentication.
Since there is pretty much no documentation (other than the diagram) about this project, could someone explain the Identity and Auth story around it?
Originally posted by: carlsixsmith
This is a port of eshop on containers and they haven’t changed anything around identity yet.
Originally posted by: julioct
I wonder if there's actually any plan around moving from Duende IdentityServer to the new .NET 8 Identity APIs and UI.
Originally posted by: carlsixsmith
Would be interested if they do, we are currently investigating implementing this with keycloak