Hi,
We can use below code to secure api created using .net core ,but how to do same if using .net framework 4.5. Please help
app.UseIdentityServerAuthentication(new IdentityServerAuthenticationOptions
{
Authority = "http://localhost:5000",
RequireHttpsMetadata = false,
ApiName = "api1"
});
Hi,
I am using Identity Server 4,you have given link of Identity Server 3,so please let me know how to secure API created using .net framework not .Net Core.
I have given you the correct information. Now go research.
@brockallen @ShashikantMaurya @leastprivilege Any update on this ? is it okay to use IS-4 with .net f/w 4.5.1 ?
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.