AuthorizationServer icon indicating copy to clipboard operation
AuthorizationServer copied to clipboard

Use oauth2 server in custom implemented webserver

Open furesoft opened this issue 10 years ago • 1 comments

hi,

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

furesoft avatar Jan 21 '15 20:01 furesoft

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.

brockallen avatar Jan 21 '15 20:01 brockallen