summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
Commit message (Expand)AuthorAgeFilesLines
* Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-031-0/+8
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-1/+1
* Removes the memory crypto key store from the sample.Andrew Arnott2013-03-021-1/+0
* Removes trivial nonce store implementation from WebAPI sample.Andrew Arnott2013-03-021-1/+0
* Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-011-0/+307