Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes project templates. | Andrew Arnott | 2013-06-16 | 1 | -93/+0 |
| | | | | These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work. | ||||
* | Removes OAuthPrincipal in favor of ClaimsPrincipal. | Andrew Arnott | 2013-03-03 | 1 | -1/+2 |
| | |||||
* | projecttemplates now build. | Andrew Arnott | 2013-01-27 | 1 | -6/+16 |
| | |||||
* | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 1 | -1/+1 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Replaces ResourceServer.VerifyAccess with a better pattern for error handling. | Andrew Arnott | 2012-04-21 | 1 | -3/+4 |
| | | | | Fixes #122 | ||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -1/+1 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Implicit grants are now sort of working on the authorization server side. | unknown | 2011-06-15 | 1 | -1/+1 |
| | | | | | | Still to do: * Ensure no auto-authorize of access tokens based on previous authorizations for the unauthenticated client. * Provide the authorization server with a way to indicate access token lifetime, and to veto the request based on the requested scopes being too dangerous for the less secure implicit grant type. | ||||
* | Fixed static field initialization. | Andrew Arnott | 2011-04-07 | 1 | -6/+8 |
| | |||||
* | Fixed non-thread-safe use of RsaCryptoServiceProvider instances. | Andrew Arnott | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | Lots of work toward OAuth 2.0 in project templates and OAuthConsumerWpf sample. | Andrew Arnott | 2010-07-14 | 1 | -1/+1 |
| | | | | The WebFormsRelyingParty now works with the sample WPF OAuth client in a modified user-agent mode. | ||||
* | Work toward the WebFormsRelyingParty project template to use OAuth 2.0 ↵ | Andrew Arnott | 2010-07-12 | 1 | -8/+9 |
| | | | | | | instead of 1.0a. It compiles now. (and the MVC one doesn't). | ||||
* | Moved all the project template logic that would be common between MVC and ↵ | Andrew Arnott | 2009-11-13 | 1 | -0/+78 |
web forms web sites into its own library. |