IdentityModel / AuthorizationServer

Sample implementation of an OAuth2 Authorization Server
Other
281 stars 136 forks source link

Use oauth2 server in custom implemented webserver #245

Open furesoft opened 9 years ago

furesoft commented 9 years ago

hi,

ive implemented a custom http server. So i want to use your lib without iis. How can i use it?

brockallen commented 9 years ago

You can't use AuthorizationServer, but you can use IdentityServer v3: https://github.com/thinktecture/Thinktecture.IdentityServer.v3/. It supports a super-set of the features in AuthorizationServer.