Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 25 | -38/+334 |
|\ | | | | | | | | | | | | | 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 |
| | | |||||
| * | Updating Microsoft account OAuth endpoints | Ilya Grebnov | 2012-11-27 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Avoids OOM exceptions from ResourceServer | Andrew Arnott | 2012-11-11 | 6 | -9/+40 |
| | | | | | | | | Related to #178 | ||||
| * | Fixes NullReferenceException on missing keys | Andrew Arnott | 2012-11-11 | 1 | -0/+5 |
| | | | | | | | | Fixes #193 | ||||
| * | Fixes HTTP Basic auth challenge to include realm | Andrew Arnott | 2012-11-11 | 1 | -1/+7 |
| | | | | | | | | Fixes #189 | ||||
| * | Fixes access token expiration check in client | Andrew Arnott | 2012-11-10 | 1 | -1/+1 |
| | | | | | | | | Fixes #174 | ||||
| * | Marks SelectorButton as serializable | Andrew Arnott | 2012-11-10 | 1 | -0/+1 |
| | | | | | | | | Fixes #188 | ||||
| * | Fixes exception thrown on missing access token | Andrew Arnott | 2012-11-10 | 3 | -0/+48 |
| | | | | | | | | | | | | | | | | | | The resource server was throwing an ArgumentException when an HTTP Authorization header appeared with a value of "Bearer " but no access token. We now throw a ProtocolException that can produce the appropriate error to the client. Fixes #230 | ||||
| * | Adds AuthorizationServer.HandleTokenRequest(HttpRequestMessage) overload. | Andrew Arnott | 2012-11-10 | 1 | -0/+14 |
| | | | | | | | | Fixes #210 | ||||
| * | Fixes Twitter auth to not force re-login the user. | Andrew Arnott | 2012-11-10 | 1 | -1/+1 |
| | | | | | | | | Fixes #231 | ||||
| * | Fixes AsHttpResposneMessage() exception when response has no stream. | Andrew Arnott | 2012-11-02 | 2 | -3/+15 |
| | | | | | | | | Fixes #226 | ||||
| * | Incremented version. | Andrew Arnott | 2012-10-29 | 1 | -2/+2 |
| | | |||||
| * | Incremented version. | Andrew Arnott | 2012-10-16 | 1 | -2/+2 |
| | | |||||
* | | Adds a LinkedIn interop test. | Andrew Arnott | 2012-11-22 | 1 | -0/+23 |
| | | | | | | | | Part of investigation of issue #232 | ||||
* | | Adds log message when XrdsPublisher transfers to another page. | Andrew Arnott | 2012-11-13 | 1 | -0/+1 |
| | | | | | | | | Fixes #180 | ||||
* | | Adds ClientBase.AuthorizeRequest overloads that accept WebHeaderCollection. | Andrew Arnott | 2012-11-11 | 2 | -3/+42 |
| | | | | | | | | Fixes #119 | ||||
* | | Authorization servers can override the granted scopes for all grant types. | Andrew Arnott | 2012-10-30 | 9 | -39/+177 |
| | | | | | | | | | | | | This change adds the ability for authorization servers to override the granted scopes of client credential and resource owner password grant types. Fixes #225 | ||||
* | | Fixes build break due to StyleCop message. | Andrew Arnott | 2012-10-29 | 1 | -1/+0 |
| | | |||||
* | | Merge remote-tracking branch 'aarnott/master' | Andrew Arnott | 2012-10-29 | 16 | -31/+118 |
|\ \ | |||||
| * | | Fixed AccessTokenResult API to be clearer | Andrew Arnott | 2012-07-22 | 7 | -7/+48 |
| | | | | | | | | | | | | | | | | | | The AccessTokenResult constructor accepts an AccessToken, when it should only accept an AuthorizationServerAccessToken so it's clear what an auth server host must create so that it's serializable. This fixes that. | ||||
| * | | Adds AuthorizationServer.DecodeRefreshToken | Andrew Arnott | 2012-07-20 | 9 | -24/+70 |
| | | | | | | | | | | | | | | | | | | And a unit test. Fixes #182 | ||||
* | | | Promotes MessagingUtilities.GetPublicFacingUrl to public method. | Andrew Arnott | 2012-10-29 | 1 | -57/+57 |
| | | | | | | | | | | | | Fixes #198 | ||||
* | | | Merge branch 'v4.1' | Andrew Arnott | 2012-10-14 | 65 | -353/+764 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixes TraceSwitch tracing to filter based on configuration. | Andrew Arnott | 2012-10-10 | 1 | -30/+90 |
| | | | | | | | | | | | | Fixes #214 | ||||
| * | | Added OutgoingWebResponse.AsHttpResponseMessage extension method. | Andrew Arnott | 2012-10-09 | 2 | -1/+54 |
| | | | |||||
| * | | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-10-07 | 1 | -4/+13 |
| |\ \ | |||||
| | * | | Whitespace fixes. | Andrew Arnott | 2012-10-02 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix some unit tests failing. | Microsoft | 2012-10-02 | 1 | -4/+13 |
| | | | | |||||
| | * | | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 29 | -246/+84 |
| | | | | | | | | | | | | | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
| * | | | Incremented version. | Andrew Arnott | 2012-09-29 | 1 | -2/+2 |
| | | | | |||||
| * | | | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 29 | -255/+27 |
| | | | | | | | | | | | | | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
| * | | | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 1 | -12/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixes NullReferenceException in AspNet.OpenAuthSecurityManager. | Andrew Arnott | 2012-09-29 | 1 | -12/+3 |
| | | | | | | | | | | | | | | | | | | | | This was reported at: http://stackoverflow.com/questions/12235395/openauth-requestauthentication-throws-null-ref-in-vs2012-web-forms-template/12240150#12240150 It is due to fields being left uninitialized by the constructors yet assumed to be non-null by all or some public methods. | ||||
| * | | | Added missing xml doc comment line. | Andrew Arnott | 2012-09-29 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 7 | -9/+39 |
| |\ \ \ | | |/ / | |||||
| | * | | Mitigates the XML DTD DoS attack from expanding entities. | Andrew Arnott | 2012-09-29 | 6 | -9/+37 |
| | | | | | | | | | | | | | | | | Fixes #209 | ||||
| | * | | Fix for unhandled exception in some partial trust environments (mono?). | Andrew Arnott | 2012-09-20 | 1 | -0/+4 |
| | | | | |||||
| | * | | Incremented version. | Andrew Arnott | 2012-06-30 | 1 | -2/+2 |
| | | | | |||||
| | * | | Updated version to v4.0.4 | Andrew Arnott | 2012-06-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | Added NuGet package dependency and fixed build breaks in samples. | Andrew Arnott | 2012-09-27 | 1 | -0/+11 |
| | | | | |||||
| * | | | Adds overloads of ResourceServer for HttpRequestMessage. | Andrew Arnott | 2012-09-27 | 2 | -5/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GetPrincipal and GetAccessToken now better support resource servers that are written in ASP.NET WebAPI. Fixes #206 | ||||
| * | | | Adds ClientBase.CreateAuthorizingHandler | Andrew Arnott | 2012-09-26 | 6 | -0/+213 |
| | | | | | | | | | | | | | | | | | | | | | | | | This method creates an HttpMessageHandler that automatically applies the OAuth 2 access token (bearer) to all outbound HTTP requests. Fixes #205 | ||||
| * | | | Merge branch 'SlowGoogleServerWorkaround' into v4.1 | Andrew Arnott | 2012-09-17 | 5 | -17/+128 |
| |\ \ \ | |||||
| | * | | | Added ability to cache Google certificates. | Andrew Arnott | 2011-02-09 | 5 | -16/+126 |
| | | | | | | | | | | | | | | | | | | | | Something of a workaround for slow certificate handling on some servers. | ||||
| * | | | | Fix error message. | Andrew Arnott | 2012-08-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fixes a bug in posting to HTML forms in Firefox with the InfoCard selector. | Andrew Arnott | 2012-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the idselector control on a page with an other control that raises a postback, then the selector is opening when using firefox with "openinfocard identity selector" addon. To fix this problem, you have to move the object tag with the identity object outside the form tag in the page. Thanks to Philipp Jenni <philipp.jenni@gmx.ch> who contributed this fix. | ||||
| * | | | | Fixed a couple build warnings. | Andrew Arnott | 2012-07-22 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Fix NetworkCredentialApplicator verify check | Andrew Arnott | 2012-07-22 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | Fixes #183 | ||||
| * | | | | Fixed build break for .NET 3.5 targeting. | Andrew Arnott | 2012-07-19 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | More StyleCop fixes | Andrew Arnott | 2012-07-18 | 1 | -7/+9 |
| | | | | | |||||
| * | | | | Fixed StyleCop issue | Andrew Arnott | 2012-07-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Replaces explicit crypto algorithm use with factories. | Andrew Arnott | 2012-07-18 | 9 | -14/+80 |
| | | | | | | | | | | | | | | | | | | | | Fixes #47 which requires that FIPS compliance be an option. | ||||
| * | | | | Fixed ClientAuthorization .nuspec file to include the missing source file ↵ | Andrew Arnott | 2012-06-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | from the symbols .nupkg | ||||
| * | | | | Incrementing version number. | Andrew Arnott | 2012-06-30 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Branched off v4.1 stabilization branch. | Andrew Arnott | 2012-06-30 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Style fix. | Andrew Arnott | 2012-10-02 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.cs | Jason Kulatunga | 2012-09-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | Retrive the facebook user's email as well as the rest of their default user data. | ||||
* | | | | | Fixing one more place it was missed, also changing to OPTIONS | Matt Hawley | 2012-08-10 | 4 | -12/+14 |
| | | | | | |||||
* | | | | | Adding PATCH and OPTION http verbs | Matt Hawley | 2012-08-10 | 3 | -6/+30 |
| |_|_|/ |/| | | | |||||
* | | | | Updated version.txt | Andrew Arnott | 2012-06-30 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge branch 'v4.0' | Andrew Arnott | 2012-06-20 | 2 | -3/+21 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge remote-tracking branch 'origin/v4.0' into v4.0 | Andrew Arnott | 2012-06-20 | 4 | -7/+100 |
| |\ \ | |||||
| * | | | Logging banner now includes the precise build version. | Andrew Arnott | 2012-06-20 | 2 | -17/+21 |
| | | | | | | | | | | | | | | | | Fixes #161 | ||||
| * | | | DNOA user agent string now includes the build number again. | Andrew Arnott | 2012-06-20 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | Fixes #160. | ||||
* | | | | Fixed PAPE comment. | Andrew Arnott | 2012-06-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v4.0' | Andrew Arnott | 2012-06-10 | 11 | -27/+196 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: projecttemplates/projecttemplates.proj | ||||
| * | | | Updated .gitignore file. | Andrew Arnott | 2012-06-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed Win32 PE header of unified library. | Andrew Arnott | 2012-06-10 | 3 | -6/+99 |
| |/ / | | | | | | | | | | | | | | | | This fixes (unified) dotnetopenauth.dll so that its version, name and original filename attributes are correct instead of inheriting their values from Microsoft.Contracts.dll. Fixes #156 | ||||
| * | | Code review cleanup for DotNetOpenAuth.AspNet: | Microsoft | 2012-05-31 | 7 | -20/+96 |
| | | | | | | | | | | | | | | | | | | | | | - Clients should use HTTPS instead of HTTP whenever possible. - MachineKeyUtil reliability tweaks. - Improved anti-XSRF protection when running under subdomains. - Other miscellaneous minor cleanup. | ||||
* | | | Fixed xml doc comment | Andrew Arnott | 2012-06-06 | 1 | -3/+3 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/v4.0' | Andrew Arnott | 2012-05-29 | 17 | -212/+834 |
|\ \ \ | |/ / | |||||
| * | | Fix TypeLoadException for log4net under mono | Andrew Arnott | 2012-05-29 | 1 | -0/+2 |
| | | | | | | | | | | | | Fixes #151 | ||||
| * | | Fix bug in OAuth2 clients which is caused by the Xsrf fix earlier. | Microsoft | 2012-05-15 | 1 | -11/+13 |
| | | | |||||
| * | | Set xsrf cookie to HttpOnly. Verify that value passed into query string is a ↵ | Microsoft | 2012-05-15 | 1 | -5/+11 |
| | | | | | | | | | | | | valid guid. | ||||
| * | | Make changes to fix Style cop issues. | Microsoft | 2012-05-14 | 1 | -2/+10 |
| | | | |||||
| * | | Add protection against XSRF attacks. | Microsoft | 2012-05-14 | 1 | -2/+53 |
| | | | |||||
| * | | Make change so that the VerifyAuthentication overload with no returnUrl ↵ | Microsoft | 2012-05-14 | 1 | -29/+18 |
| | | | | | | | | | | | | parameter will use the current request as the return url. | ||||
| * | | Update a resource string for error message. Move the DefaultNamespace ↵ | Microsoft | 2012-05-11 | 3 | -4/+6 |
| | | | | | | | | | | | | element below the Import statement to override the value from imported targets. | ||||
| * | | Make the MachineKeyUtil class internal. | Microsoft | 2012-05-08 | 2 | -1/+5 |
| | | | |||||
| * | | Add the WindowsLiveClient class back and make it inherit from ↵ | Microsoft | 2012-05-07 | 3 | -4/+43 |
| | | | | | | | | | | | | MicrosoftClient. Also marks it as obsolete. | ||||
| * | | Rename WindowsLive to Microsoft account. | Microsoft | 2012-05-04 | 3 | -10/+10 |
| | | | |||||
| * | | Use cookie to store OAuth token and set it as default mechanism. Fix an ↵ | Microsoft | 2012-05-03 | 13 | -42/+557 |
| | | | | | | | | | | | | issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed. | ||||
| * | | Append the provider value to the return url in VerifyAuthentication | Microsoft | 2012-05-01 | 1 | -0/+4 |
| | | |