Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 3 | -6/+6 |
| | | | | Fixes #66 | ||||
* | Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so that | Andrew Arnott | 2012-02-02 | 17 | -0/+2085 |
| | | | | | | they work here. Fixes #64 | ||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 12 | -1656/+0 |
| | | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. | ||||
* | Multiple client callback URLs are now supported. | Andrew Arnott | 2010-07-30 | 1 | -2/+15 |
| | | | | And some StyleCop cleanup. | ||||
* | Ripped out OAuth 1.0 support from the OAuthServiceProvider sample. | Andrew Arnott | 2010-07-22 | 6 | -97/+145 |
| | |||||
* | Stripping OAuth 1.0 support from the OAuthServiceProvider sample. | Andrew Arnott | 2010-07-22 | 15 | -705/+141 |
| | |||||
* | Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵ | Andrew Arnott | 2010-07-19 | 1 | -3/+3 |
| | | | | a HashSet<string> | ||||
* | Renamed WebServerAuthorizationServer to just AuthorizationServer. | Andrew Arnott | 2010-07-18 | 1 | -1/+1 |
| | |||||
* | Got the OAuthConsumerWpf sample working with Facebook OAuth 2.0 again. | Andrew Arnott | 2010-07-06 | 1 | -3/+7 |
| | |||||
* | OAuth 2.0 sample works, draft 9 style. | Andrew Arnott | 2010-07-04 | 1 | -0/+3 |
| | |||||
* | Removed last tie between OAuth 2.0 and OAuth 1.0 in the code. | Andrew Arnott | 2010-06-25 | 2 | -2/+13 |
| | |||||
* | Renamed the OAuthWrap namespaces to be OAuth2. | Andrew Arnott | 2010-06-25 | 3 | -5/+5 |
| | |||||
* | Work toward OAuth 2.0 draft 8. | Andrew Arnott | 2010-06-14 | 1 | -2/+2 |
| | |||||
* | Lots of StyleCop work, and one bug fix (can you find it? <g>) | Andrew Arnott | 2010-06-07 | 3 | -11/+10 |
| | |||||
* | Renamed WebApp facade classes to WebServer to match messages and flow name. | Andrew Arnott | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | Renamed WebApp messages to WebServer to match OAuth 2.0 flow names. | Andrew Arnott | 2010-06-06 | 1 | -2/+2 |
| | |||||
* | OAuth 2.0 web flow now works, client, auth server, and resource server, in ↵ | Andrew Arnott | 2010-06-02 | 2 | -13/+42 |
| | | | | | | the sample! Yay. | ||||
* | Fixed whitespace. | Andrew Arnott | 2010-06-02 | 1 | -2/+2 |
| | |||||
* | Access tokens are now asymmetrically encrypted for resource server ↵ | Andrew Arnott | 2010-06-02 | 1 | -1/+1 |
| | | | | | | consumption and signed from the auth server. Refresh tokens and verification codes are signed and encrypted using a private auth server symmetric secret. | ||||
* | Added capability to use asymmetric signing for the access token so that ↵ | Andrew Arnott | 2010-06-01 | 1 | -2/+10 |
| | | | | | | resource servers don't have the ability to mint access tokens. But resource servers can still mint verification codes and refresh tokens since they are signed using the shared secret, so that needs to be fixed. | ||||
* | Lots of refactoring as we gather the token handling into centralized code. | Andrew Arnott | 2010-05-31 | 1 | -0/+6 |
| | |||||
* | Added authorizing user to the verification code. | Andrew Arnott | 2010-05-31 | 1 | -5/+15 |
| | | | | The username is encrypted to avoid disclosing data to the client or a third party. | ||||
* | More work toward a working authorization server. | Andrew Arnott | 2010-05-31 | 1 | -32/+14 |
| | |||||
* | Fixed build break. | Andrew Arnott | 2010-05-30 | 1 | -1/+8 |
| | |||||
* | Work toward an OAuth 2.0 Web Server flow auth server. | Andrew Arnott | 2010-05-29 | 2 | -0/+57 |
| | |||||
* | Updated OAuth C and SP samples to use standard WAP namespaces. | Andrew Arnott | 2010-04-19 | 18 | -2529/+1491 |
| | |||||
* | Converted the OAuth consumer and SP sample web site projects to web ↵ | Andrew Arnott | 2010-04-18 | 18 | -0/+3081 |
application projects. |