summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/Clients/OAuth2
Commit message (Collapse)AuthorAgeFilesLines
* Removes Microsoft AspNet project.Andrew Arnott2013-06-1612-1466/+0
| | | | Compatibility with it is broken due to the async changes in DNOA.
* Merge branch 'v4.3'Andrew Arnott2013-05-276-11/+695
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthClient/Default.aspx samples/OAuthClient/Facebook.aspx.cs samples/OAuthClient/Web.config samples/OAuthClient/WindowsLive.aspx.cs samples/OAuthClient/packages.config src/DotNetOpenAuth.Core/Messaging/OutgoingWebResponse.cs src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HmacSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1PlainTextMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1RsaSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs src/packages/repositories.config src/version.txt
| * Switches back default scope for MicrosoftClient.Andrew Arnott2013-05-261-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 ClientMatt Johnson2013-05-261-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 Arnott2013-05-261-3/+3
| |
| * Adds FacebookClient ctor overload.Andrew Arnott2013-05-261-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 Arnott2013-05-261-5/+8
| |
| * Adding scope parameter for facebook clientThomas Holloway2013-05-261-2/+8
| |
| * Fixed Style WarningsGirish Bablani2013-05-261-2/+2
| |
| * Merge branch 'v4.3' of https://github.com/DotNetOpenAuth/DotNetOpenAuth into ↵Girish Bablani2013-05-263-109/+52
| |\ | | | | | | | | | | | | | | | | | | v4.3 Conflicts: samples/OAuthClient/Web.config
| | * Minor pull request touch-upsAndrew Arnott2013-05-053-109/+52
| | | | | | | | | | | | | | | Whitespace changes. Revert .gitignore file change.
| * | Changed "global" endpoint to "common" endpoint to fix breaking change. ↵Girish Bablani2013-05-261-5/+6
| |/ | | | | | | Updated appid for sample app.
| * Enabled AzureAD integration and added TestAzureAD sample appGirish Bablani2013-04-164-0/+699
| |
* | Lots of StyleCop fixes.Andrew Arnott2013-03-263-5/+3
| |
* | Fixes the rest of the build breaks in the solution, including DNOA.AspNet.TestAndrew Arnott2013-03-203-12/+11
| |
* | More warning fixes.Andrew Arnott2013-02-161-1/+5
| |
* | Lots of stylecop fixes.Andrew Arnott2013-02-161-1/+1
| |
* | More warning fixes.Andrew Arnott2013-02-101-1/+4
| |
* | C# compiler warning fixes.Andrew Arnott2013-02-101-10/+8
| |
* | All product projects now build.Andrew Arnott2013-01-141-3/+5
| |
* | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-264-0/+4
|/
* Exposes MicrosoftClient.appId as a protected property.Andrew Arnott2012-12-241-0/+7
| | | | Fixes #239
* Updating Microsoft account OAuth endpointsIlya Grebnov2012-11-271-2/+2
|
* More Stylecop fixesAndrew Arnott2012-11-271-1/+0
|
* Style fix.Andrew Arnott2012-11-271-3/+3
|
* Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.csJason Kulatunga2012-11-271-1/+4
| | | | Retrive the facebook user's email as well as the rest of their default user data. 
* Add the WindowsLiveClient class back and make it inherit from ↵Microsoft2012-05-072-4/+42
| | | | MicrosoftClient. Also marks it as obsolete.
* Rename WindowsLive to Microsoft account.Microsoft2012-05-042-8/+8
|
* Use cookie to store OAuth token and set it as default mechanism. Fix an ↵Microsoft2012-05-032-12/+29
| | | | issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed.
* Make changes to OAuth and OpenID to allow web-farm scenario.Microsoft2012-04-271-3/+16
|
* StyleCop fixes on AspNet project.Andrew Arnott2012-03-104-48/+37
|
* FxCop fixes and suppressions.Andrew Arnott2012-03-102-0/+4
|
* Replaced manual argument validation with helper methods.Andrew Arnott2012-03-014-38/+12
|
* ReSharper code cleanup to help get this AspNet contribution into StyleCop ↵Andrew Arnott2012-03-017-201/+366
| | | | compliance.
* Fixed some bad or missing URL escaping.Andrew Arnott2012-03-012-33/+29
|
* Added some missing comments.Andrew Arnott2012-03-015-3/+120
|
* Replaced AspNet project's Uri.ToString() calls with Uri.AbsoluteUriAndrew Arnott2012-03-013-7/+7
| | | | http://blog.nerdbank.net/2008/04/uriabsoluteuri-and-uritostring-are-not.html
* Added copyright messages to AspNet project.Andrew Arnott2012-03-017-13/+55
|
* Add access token to the extraData dictionary when authentication is successful.Microsoft2012-03-011-0/+3
|
* Some StyleCop fixes for ASP.NET team's contribution.Andrew Arnott2012-03-017-395/+344
|
* Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵Microsoft2012-03-017-0/+458
DNOA.Web to DNOA.AspNet.