Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switches back default scope for MicrosoftClient. | Andrew Arnott | 2013-05-26 | 1 | -2/+2 |
| | | | | | | We shouldn't change default values for a popular shipped class. It would cause too many failures in existing web sites when they upgrade that would be difficult to track down. | ||||
* | Improve Microsoft Client | Matt Johnson | 2013-05-26 | 1 | -9/+24 |
| | | | | | | | Allow the developer to specify different scopes. Set the default scope to "wl.signin" instead of "wl.basic". This provides a better out-of-the-box experience. See http://stackoverflow.com/q/15125410/634824 | ||||
* | Switches FacebookClient to use an array of scopes. | Andrew Arnott | 2013-05-26 | 1 | -3/+3 |
| | |||||
* | Adds ctor overload with scope parameter to FacebookClient. | Andrew Arnott | 2013-05-26 | 1 | -2/+26 |
|\ | | | | | | | Closes #272 | ||||
| * | Adds FacebookClient ctor overload. | Andrew Arnott | 2013-05-26 | 1 | -1/+16 |
| | | | | | | | | | | Adding a new overload rather than changing an existing one avoids the risk of a binary breaking change that might impact folks. | ||||
| * | StyleCop message fixes. | Andrew Arnott | 2013-05-26 | 1 | -5/+8 |
| | | |||||
| * | Adding scope parameter for facebook client | Thomas Holloway | 2013-05-26 | 1 | -2/+8 |
|/ | |||||
* | Merges András Fuchs enhancements to the OAuth samples. | Andrew Arnott | 2013-05-26 | 24 | -245/+1376 |
|\ | |||||
| * | Fixes StyleCop messages. | Andrew Arnott | 2013-05-26 | 7 | -78/+98 |
| | | |||||
| * | Samples improvements | András Fuchs | 2013-05-26 | 24 | -245/+1356 |
|/ | | | | | | | | | | | | | The part which I needed to improve is the ApplicationBlock where I changed the OAuth2 classes' structure a little and extended them with a lot of useful functionality, like adding many Facebook and WindowsLive scopes, fields, structures including the asked-by-many easy to use birthdate and avatar url getters. I have also implemented the Google OAuth2 authentication and created one common interface for all 3 Graphs in the code (which has the common properties like Id, FirstName, LastName, etc.), so the authentication code became really simple if you use my version of your ApplicationBlock. | ||||
* | Merge pull request #281. | Andrew Arnott | 2013-05-26 | 2 | -7/+8 |
|\ | | | | | | | I rewrote history for the pull request in order to fix the commit author name. | ||||
| * | Fixed Style Warnings | Girish Bablani | 2013-05-26 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'v4.3' of https://github.com/DotNetOpenAuth/DotNetOpenAuth into ↵ | Girish Bablani | 2013-05-26 | 158 | -32727/+2408 |
| |\ | |/ |/| | | | | | | | | | v4.3 Conflicts: samples/OAuthClient/Web.config | ||||
* | | Removes samples\TestAzureAD | Andrew Arnott | 2013-05-05 | 139 | -32575/+0 |
| | | | | | | | | it has a build break, and I'm not sure it was ever meant to be checked in. | ||||
* | | Adds Azure Active Directory OAuth 2 client. | Andrew Arnott | 2013-05-05 | 159 | -0/+36104 |
|\ \ | | | | | | | | | | Closes #271 | ||||
| * | | Minor pull request touch-ups | Andrew Arnott | 2013-05-05 | 9 | -137/+2381 |
| | | | | | | | | | | | | | | | Whitespace changes. Revert .gitignore file change. | ||||
| * | | Merge branch 'v4.3' of git://github.com/gbablani/DotNetOpenAuth into ↵ | Andrew Arnott | 2013-05-05 | 159 | -1/+33861 |
| |\ \ |/ / / | | | | | | | gbablani-v4.3 | ||||
* | | | Incremented version to v4.3.1. | Andrew Arnott | 2013-04-27 | 1 | -1/+1 |
| | | | |||||
* | | | Removes CTP version marker from v4.3 branchv4.3.0.13117 | Andrew Arnott | 2013-04-27 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-22 | 3 | -6/+9 |
|\ \ \ | |||||
| * \ \ | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-22 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fixes compile error on .NET 3.5 | Andrew Arnott | 2013-04-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use only web safe characters in client state arg | Andrew Arnott | 2013-04-11 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | Fixes #268 | ||||
* | | | | | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-11 | 4 | -4/+15 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| * | | | | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-11 | 3 | -3/+14 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixes exception thrown from unusual language-culture combinations in OpenID ↵ | Andrew Arnott | 2013-03-17 | 1 | -2/+11 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Sreg responses. Closes #261. | ||||
| | | * | | | StyleCop and comment touch-ups. | Andrew Arnott | 2013-03-17 | 1 | -4/+7 |
| | | | | | | |||||
| | | * | | | A possible fix for exception in ClaimsResponse.Culture, if Language + ↵ | AkosLukacs | 2013-03-17 | 1 | -1/+7 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Country doesn't make a valid culture. https://github.com/DotNetOpenAuth/DotNetOpenAuth/issues/260 Just a simple try-catch. According to this comment at SO http://stackoverflow.com/a/12375100 using try-catch is the fastest is you don't expect a continuous stream of illegal combinations. | ||||
| | * | | | Adds Content-Length header to direct responses. | Andrew Arnott | 2013-03-09 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'origin/v4.1' into v4.1 | Andrew Arnott | 2013-03-03 | 49 | -84/+748 |
| | |\ \ \ | |||||
| | * | | | | Fixes bad logic that reports expired tokens incorrectly. | Andrew Arnott | 2013-03-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'origin/v4.2' into v4.2 | Andrew Arnott | 2013-04-11 | 3 | -8/+8 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix Error Logging | John McKim | 2013-02-26 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Incremented to version v4.2.3. | Andrew Arnott | 2013-02-24 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-11 | 3 | -4/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-11 | 5 | -3/+16 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs | ||||
| * | | | | | | Ignores NuGet packages. | Andrew Arnott | 2013-01-27 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Fixes whitespace in .nuspec description. | Andrew Arnott | 2013-01-26 | 2 | -4/+2 |
| | | | | | | | |||||
| | | | | | * | Changed "global" endpoint to "common" endpoint to fix breaking change. ↵ | Girish Bablani | 2013-05-26 | 3 | -8/+9 |
| | | | | |/ | | | | | | | | | | | | | | | | | | | Updated appid for sample app. | ||||
| | | | | * | Enabled AzureAD integration and added TestAzureAD sample app | Girish Bablani | 2013-04-16 | 159 | -1/+33861 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Updated version number for v4.3 branch. | Andrew Arnott | 2013-02-23 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Adds DelegatingHandler implementations for OAuth 1 consumers that sign ↵ | Andrew Arnott | 2013-02-23 | 8 | -297/+908 |
| |_|/ / |/| | | | | | | | | | | | outgoing requests. | ||||
* | | | | Merge remote-tracking branch 'origin/v4.1' into v4.2v4.2.2.13055 | Andrew Arnott | 2013-02-23 | 5 | -3/+16 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs | ||||
| * | | | Merge remote-tracking branch 'aarnott/v4.1' into v4.1 | Andrew Arnott | 2013-02-03 | 3 | -1/+9 |
| |\ \ \ | |||||
| | * | | | Adds another catch block to the logger initializer. | Andrew Arnott | 2013-01-12 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Fixes StyleCop break. | Andrew Arnott | 2013-01-12 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Accepted pull request #245 | Andrew Arnott | 2013-01-12 | 1 | -1/+2 |
| | |\ \ \ | |||||
| | | * | | | Update to support Front_End_Https header used by some loadbalancers for SSL ↵ | Mike Roest | 2013-01-12 | 1 | -1/+2 |
| | |/ / / | | | | | | | | | | | | | | | | terminiation. As Per http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_request_headers | ||||
| | * | | | Skips the UriIdentifier scheme workaround on Mono. | Andrew Arnott | 2013-01-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Mono doesn't support it. Thanks to Justin Nel <dogbertuk2000@gmail.com> for helping identify this mono limitation. | ||||
| * | | | | Merge in pull request #247 | Andrew Arnott | 2013-02-03 | 1 | -1/+6 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Touch up on community contribution. | Andrew Arnott | 2013-02-03 | 1 | -6/+7 |
| | | | | | |||||
| | * | | | Update samples/OpenIdProviderMvc/Controllers/OpenIdController.cs | Sergey Kosivchenko | 2013-02-03 | 1 | -2/+6 |
| |/ / / | | | | | | | | | | | | | Previous version did not work, if user had already authorized on provider, and use to authorizing on consumer ids with uppercase symbol, for example http://provider.com/user/AlGol | ||||
| * | | | Fixes KeyNotFoundException in logging. | Andrew Arnott | 2013-01-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Updates Twitter URLs. | Andrew Arnott | 2013-02-23 | 1 | -6/+6 |
| |/ / |/| | | | | | | | | | | | Thanks Christopher Cook for the tip. https://plus.google.com/116106034026223919199/posts/N422vX151Eq | ||||
* | | | Increments build version. | Andrew Arnott | 2013-01-26 | 1 | -1/+1 |
| | | | |||||
* | | | Adds OAuth2 packages to DotNetOpenAuth package.v4.2.1.13026 | Andrew Arnott | 2013-01-26 | 1 | -0/+4 |
| | | | |||||
* | | | Incremented build version. | Andrew Arnott | 2013-01-24 | 1 | -1/+1 |
| | | | |||||
* | | | Remove the beta tag from v4.2 builds.v4.2.0.13024 | Andrew Arnott | 2013-01-24 | 1 | -1/+1 |
| | | | |||||
* | | | OAuth2 NuGet packages no longer version separately. | Andrew Arnott | 2012-12-27 | 3 | -8/+2 |
| | | | |||||
* | | | Switches to session cookies. | Andrew Arnott | 2012-12-26 | 1 | -1/+1 |
| | | | |||||
* | | | Fixes build break in .NET 3.5 builds. | Andrew Arnott | 2012-12-26 | 1 | -6/+11 |
| | | | |||||
* | | | StyleCop fixes. | Andrew Arnott | 2012-12-26 | 4 | -35/+38 |
| | | | |||||
* | | | Fixes timeout in unit tests. | Andrew Arnott | 2012-12-26 | 5 | -29/+60 |
| | | | |||||
* | | | Whitespace fixes. | Andrew Arnott | 2012-12-25 | 1 | -61/+61 |
| | | | |||||
* | | | Replaces locking with thread-affinitized RNGs. | Andrew Arnott | 2012-12-25 | 1 | -17/+35 |
| | | | |||||
* | | | Mitigates timing attack on random number generator. | Andrew Arnott | 2012-12-25 | 2 | -5/+29 |
| | | | |||||
* | | | Merge branch 'v4.1' | Andrew Arnott | 2012-12-24 | 6 | -5/+36 |
|\ \ \ | |/ / | |||||
| * | | Sensitive message information is now masked from logging. | Andrew Arnott | 2012-12-23 | 5 | -3/+30 |
| | | | | | | | | | | | | Fixes #243 | ||||
| * | | Move the bool assignment inside the try catch to allow analysis tool to pass. | Mike Roest | 2012-12-21 | 1 | -1/+1 |
| | | | |||||
| * | | Merge of pull request to avoid crashes when reporting and logging failes. ↵ | Andrew Arnott | 2012-12-17 | 1 | -1/+5 |
| |\ \ | | | | | | | | | | | | | Closes #241 | ||||
| | * | | StyleCop fix | Andrew Arnott | 2012-12-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add additional Exception handling to prevent a process crash on a Logger ↵ | Mike Roest | 2012-12-17 | 1 | -1/+5 |
| |/ / | | | | | | | | | | Exception during SendStatsAsync | ||||
* | | | Replaces use of ASP.NET session id with random key. | Andrew Arnott | 2012-12-24 | 4 | -11/+82 |
| | | | | | | | | | | | | Fixes #229 | ||||
* | | | Fixed stylecop errors. | Andrew Arnott | 2012-12-24 | 1 | -1/+7 |
| | | | |||||
* | | | Access token responses now encode expires as number. | Andrew Arnott | 2012-12-24 | 6 | -5/+60 |
| | | | | | | | | | | | | Fixes #223 | ||||
* | | | Exposes MicrosoftClient.appId as a protected property. | Andrew Arnott | 2012-12-24 | 1 | -0/+7 |
| | | | | | | | | | | | | Fixes #239 | ||||
* | | | CreateAccessToken reveals username to host | Andrew Arnott | 2012-12-24 | 7 | -6/+150 |
| | | | | | | | | | | | | | | | | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219 | ||||
* | | | Fixes StyleCop errors. | Andrew Arnott | 2012-12-24 | 1 | -6/+6 |
| | | | |||||
* | | | Adjusts verbosity levels of HTTP error logging. | Andrew Arnott | 2012-12-24 | 1 | -5/+16 |
| | | | | | | | | | | | | Fixes #244 | ||||
* | | | Verifies that client credential grants receive approved scope in response. | Andrew Arnott | 2012-12-24 | 1 | -0/+28 |
| | | | | | | | | | | | | Closes #242 | ||||
* | | | Adds ability for OAuth 2 clients to accept deeper access token JSON responses. | Andrew Arnott | 2012-12-24 | 4 | -0/+27 |
| | | | | | | | | | | | | Fixes #168 | ||||
* | | | Merge branch 'v4.1' | Andrew Arnott | 2012-12-02 | 26 | -38/+338 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt | ||||
| * | | Fixes NetworkCredentialApplicator on first request. | Andrew Arnott | 2012-12-02 | 1 | -1/+3 |
| | | | | | | | | | | | | Fixes #204 | ||||
| * | | Incremented version | Andrew Arnott | 2012-11-28 | 1 | -1/+1 |
| | | | |||||
| * | | Updates Microsoft account login OAuth2 endpoints. Closes #236 | Andrew Arnott | 2012-11-27 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Updating Microsoft account OAuth endpoints | Ilya Grebnov | 2012-11-27 | 1 | -2/+2 |
| |/ / | |||||
| * | | Adds facebook email retrieval to Facebook logins. Fixes #208 | Andrew Arnott | 2012-11-27 | 1 | -2/+4 |
| |\ \ | |||||
| | * | | More Stylecop fixes | Andrew Arnott | 2012-11-27 | 1 | -1/+0 |
| | | | | |||||
| | * | | Style fix. | Andrew Arnott | 2012-11-27 | 1 | -3/+3 |
| | | | | |||||
| | * | | Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.cs | Jason Kulatunga | 2012-11-27 | 1 | -1/+4 |
| |/ / | | | | | | | | | | Retrive the facebook user's email as well as the rest of their default user data. | ||||
| * | | Fixes stylecop messages. | Andrew Arnott | 2012-11-27 | 1 | -2/+7 |
| | | | |||||
| * | | Merge pull request #235 from dotnetjunky/v4.1 | Andrew Arnott | 2012-11-26 | 4 | -13/+112 |
| |\ \ | | | | | | | | | | | | | Fix bug in the LinkedInClient not working Fixes #232 | ||||
| | * | | Fix bug in the LinkedInClient not working because the token manager class ↵ | Microsoft | 2012-11-26 | 4 | -13/+112 |
| |/ / | | | | | | | | | | used does not persist the access token. | ||||
| * | | Fixes StyleCop error | Andrew Arnott | 2012-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes an InternalErrorException thrown when decoding corrupted access tokens. | Andrew Arnott | 2012-11-11 | 2 | -2/+2 |
| | | | | | | | | | | | | Fixes #178 | ||||
| * | | Adds more token decoding tests. | Andrew Arnott | 2012-11-11 | 2 | -10/+65 |
| | | | |||||
| * | | Fixes another OOM exception while decoding corrupted tokens. | Andrew Arnott | 2012-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Allows resource servers to receive unencrypted access tokens. | Andrew Arnott | 2012-11-11 | 1 | -2/+1 |
| | | | |||||
| * | | Wraps IOException with ProtocolException while decoding access tokens. | Andrew Arnott | 2012-11-11 | 1 | -1/+7 |
| | | | | | | | | | | | | Related to #178 | ||||
| * | | Enforces signing of access tokens at auth server | Andrew Arnott | 2012-11-11 | 3 | -3/+16 |
| | | |