IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 764 forks source link

Thinktecture.IdentityModel vs IdentityModel #1859

Closed truthbeliever closed 9 years ago

truthbeliever commented 9 years ago

In the samples I saw Thinktecture.IdentityModel being used, In the WCF identityserver3 example I saw IdentityModel used. the later is more recent.

I gather in any case one should use IdentityModel not Thinktecture.IdentityModel, right?

leastprivilege commented 9 years ago

IdentityModel is the newer one - if what you need is in there, use that.

olonga commented 7 years ago

@leastprivilege, I did see that Thinktecture.IdentityModel is marked as deprecated. However, I am still using ScopeAuthorize attribute from this project. Is there an alternative for this? Thanks.

leastprivilege commented 7 years ago

Feel free to copy the source code.

olonga commented 7 years ago

@leastprivilege cool. Ty.