Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Authorization server hosts may now provide canonical usernames for the ↵ | Andrew Arnott | 2012-04-16 | 1 | -1/+2 |
| | | | | | | resource owner given correct resource owner credentials. Fixes #103 | ||||
* | Authorization servers now gain insight into the calling client when ↵ | Andrew Arnott | 2012-04-15 | 1 | -1/+1 |
| | | | | | | validating resource owner credential grant type requests. Fixes #101 | ||||
* | Renamed IAuthorizationServer to IAuthorizationServerHost. | Andrew Arnott | 2012-04-08 | 1 | -3/+3 |
| | | | | To avoid confusion with the concrete class AuthorizationServer. | ||||
* | Fixed a couple failing unit tests. | Andrew Arnott | 2012-03-17 | 1 | -0/+2 |
| | |||||
* | Added scopes to the tested authorization flows. | Andrew Arnott | 2012-02-25 | 1 | -1/+10 |
| | |||||
* | Adds support for the resource owner password credential grant. | Andrew Arnott | 2012-02-24 | 1 | -0/+1 |
| | | | | Fixes #72 | ||||
* | Added basic test for resource owner password authorizatino request. Not yet ↵ | Andrew Arnott | 2012-02-23 | 1 | -2/+4 |
| | | | | passing. | ||||
* | Moved some test code around. | Andrew Arnott | 2012-02-20 | 1 | -0/+14 |
| | |||||
* | Added scaffolding for OAuth2 unit tests and added the first test for client ↵ | Andrew Arnott | 2012-02-20 | 1 | -0/+18 |
| | | | | authorization. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Multiple client callback URLs are now supported. | Andrew Arnott | 2010-07-30 | 1 | -1/+1 |
| | | | | And some StyleCop cleanup. | ||||
* | Fixed namespace in unit test project to match new namespace in core library. | Andrew Arnott | 2010-06-27 | 1 | -0/+15 |