Skip to content

cguldogan/IdentityServer3-SecureAPI-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdentityServer3-SecureAPI-Sample

This app is to show how to secure your API using IdentityServer3

About Project Project has one controller and two methods. One of them has [Authorize] attribute to control Authentication.

. First, you need to get token from your IdentityServer's token endpoint [http://yourserver/connect/token]

. Second you need to assign your token to Authorization header.(Dont forget to add Bearer keyword)

Alt text

Alt text

How to get token sample Alt text

About

Secure your API using IdentityServer3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published