Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds OpenID RP to WebAPI sample so it's a real login. | Andrew Arnott | 2013-03-03 | 1 | -0/+8 |
| | |||||
* | Removes OAuthPrincipal in favor of ClaimsPrincipal. | Andrew Arnott | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Removes the memory crypto key store from the sample. | Andrew Arnott | 2013-03-02 | 1 | -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 Arnott | 2013-03-02 | 1 | -1/+0 |
| | |||||
* | Adds a WebAPI sample that is its own authorization server and resource server. | Andrew Arnott | 2013-03-01 | 1 | -0/+307 |