I have been going through all this to try and prepare myself for Core 3 https://github.com/aspnet/AspNetCore/tree/master/src/Identity/ApiAuthorization.IdentityServer
I noticed, out of the box it comes with its own way to configure an identity server, or protect an API.
So my question is, going forward, will people who create Identity Servers or create a Protected Resource use Microsoft.ApiAuthorization.IdentityServer? Or should we use all the stuff in IS4/src/Configuration/DependencyInjection/?
Microsoft created a simplified abstraction over our configuration system. If that works for you, feel free to use it.
We will continue to use our own config system.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Microsoft created a simplified abstraction over our configuration system. If that works for you, feel free to use it.
We will continue to use our own config system.