summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/OAuth2ProtectedWebApi.csproj
Commit message (Collapse)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
| | | | We now have a 'hard-coded' secret key store that trivial apps/samples may use to keep things simple until they create a database table.
* 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