IdentityServer / IdentityServer3.AccessTokenValidation

OWIN Middleware to validate access tokens from IdentityServer3
Apache License 2.0
90 stars 149 forks source link

Using List<string> for scopes throws #25

Closed brockallen closed 9 years ago

brockallen commented 9 years ago

in OWIN not mapping to ctor of scope middleware.

leastprivilege commented 9 years ago

changed it to string array on dev.