Identityserver4: Going forward with Core 3, will the recommended way to configure IS4 server be to use Microsoft.ApiAuthorization.IdentityServer

Created on 19 Jul 2019  路  2Comments  路  Source: IdentityServer/IdentityServer4

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/?

question

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings