Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 3 | -20/+6 |
| | |||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -4/+4 |
| | |||||
* | Removes OAuthPrincipal in favor of ClaimsPrincipal. | Andrew Arnott | 2013-03-03 | 1 | -2/+3 |
| | |||||
* | Fixes build breaks everywhere exception DNOA.AspNet. | Andrew Arnott | 2013-03-02 | 1 | -2/+2 |
| | |||||
* | Fixes up WCF OAuth 1 samples. | Andrew Arnott | 2013-02-10 | 3 | -11/+48 |
| | |||||
* | More fixes | Andrew Arnott | 2013-01-24 | 1 | -29/+29 |
| | |||||
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 1 | -6/+6 |
| | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108 | ||||
* | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96 | ||||
* | Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵ | Andrew Arnott | 2012-03-30 | 1 | -2/+2 |
| | | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de. | ||||
* | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 2 | -6/+6 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 2 | -6/+6 |
| | | |||||
* | | Additional changes. | Andrew Arnott | 2012-02-24 | 1 | -2/+2 |
|/ | |||||
* | 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. |