Identityserver4: How to Secure Web WEB API Created Using 4.x Framework as we can not use IApplicationBuilder

Created on 14 Mar 2017  路  6Comments  路  Source: IdentityServer/IdentityServer4

  • [ ] I read and understood how to enable logging

Issue / Steps to reproduce the problem

Relevant parts of the log file

<log goes here>
question

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings