summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-073-34/+20
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Fix changes made in previous commits to actually adhere to StyleCop rules, ↵lcalabrese2015-08-072-3/+2
| | | | so the project even builds in Release mode
* Test greenDavid Christiansen2015-01-052-10/+15
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-045-26/+8
|
* Updates NuGet packages.Andrew Arnott2013-10-192-4/+18
|
* Fixes missing HTML tag.Andrew Arnott2013-06-091-0/+1
|
* Made AppBlock GetGraph methods asyncAndrew Arnott2013-05-273-6/+4
|
* Merge branch 'v4.3'Andrew Arnott2013-05-2711-36/+249
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fixes StyleCop messages.Andrew Arnott2013-05-261-1/+1
| |
| * Samples improvementsAndrás Fuchs2013-05-269-39/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Minor pull request touch-upsAndrew Arnott2013-05-054-28/+20
| | | | | | | | | | Whitespace changes. Revert .gitignore file change.
| * Enabled AzureAD integration and added TestAzureAD sample appGirish Bablani2013-04-166-0/+112
| |
* | Removes broken links in sample.Andrew Arnott2013-03-271-3/+0
| |
* | Lots of StyleCop fixes.Andrew Arnott2013-03-261-3/+1
| |
* | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-043-98/+139
| | | | | | | | which avoids bugs in ASP.NET.
* | A few more fixes.Andrew Arnott2013-03-043-0/+3
| |
* | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-042-2/+2
| |
* | Fixes build breaks everywhere exception DNOA.AspNet.Andrew Arnott2013-03-021-4/+1
| |
* | Removes OAuth 1 samples from the OAuth 2 site.Andrew Arnott2013-02-1913-698/+0
| |
* | C# compiler warning fixes.Andrew Arnott2013-02-103-150/+147
| |
* | Fixes up WCF OAuth 1 samples.Andrew Arnott2013-02-104-222/+0
| |
* | Removes unnecessary .config settings.Andrew Arnott2013-02-091-5/+1
| |
* | Fixes ASP.NET controls to be async.Andrew Arnott2013-02-091-0/+3
| |
* | Fixed a bunch more samples.Andrew Arnott2013-01-2317-54/+78
| |
* | Fixes up some missing references.Andrew Arnott2012-12-292-1/+8
| | | | | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
* | Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-281-1/+1
|/
* I hope VS will leave me alone if I finally let this in.Andrew Arnott2012-04-241-0/+9
|
* Fixed Stylecop messages.Andrew Arnott2012-04-221-3/+3
|
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-221-0/+6
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Renamed a client credential applicator.Andrew Arnott2012-04-182-2/+2
|
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-182-2/+2
|
* Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-023-112/+34
| | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* Let Dev11 dirty project files.Andrew Arnott2012-03-311-10/+5
|
* Migrated to Dev11 project files. They should all open in Dev10 still ↵Andrew Arnott2012-03-311-2/+9
| | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96
* Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵Andrew Arnott2012-03-301-9/+2
| | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de.
* Merged v4.0Andrew Arnott2012-03-3010-21/+21
|\
| * Incremented the OAuth 2.0 client sample's port # so as to not conflict with ↵Andrew Arnott2012-03-222-3/+3
| | | | | | | | the OAuth 1.0 consumer sample.
| * Adjusted OAuth 2.0 resource server's port number so as to not conflict with ↵Andrew Arnott2012-03-228-18/+18
| | | | | | | | OAuth 1.0 service provider sample.
* | Merge branch 'v4.0' into dev11Andrew Arnott2012-03-217-3/+141
|\ \ | |/ | | | | | | Conflicts: src/DotNetOpenAuth.sln
| * Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-102-4/+4
| |
| * More stylecop fixes.Andrew Arnott2012-03-081-6/+5
| |
| * Adds a Windows Live login sample.Andrew Arnott2012-03-076-0/+138
| | | | | | | | Fixes #83
| * Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-0/+1
| | | | | | | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* | Project compatibility upgrades for Dev11.Andrew Arnott2012-02-241-2/+9
|/
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-0/+4
| | | | Related to #71
* Updated sample's description of OAuth 2 scenarios.Andrew Arnott2012-01-301-2/+2
|
* Fixed references to old DNOA.Messaging assembly in .config files.Andrew Arnott2012-01-291-3/+3
|
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵Andrew Arnott2011-10-091-5/+5
| | | | the OpenIdOfflineProvider WPF sample.
* Fixed web.config files.Andrew Arnott2011-09-281-1/+6
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-282-2/+2
|\
| * Reverted part of commit 2704b0fb445.Andrew Arnott2011-09-283-2/+4
| | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message.
* | Samples now build.Andrew Arnott2011-08-021-0/+8
| |
* | Fixed compile errors in samples.Andrew Arnott2011-07-101-0/+16
| |
* | First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-4/+2
|/ | | | Nothing compiles at this point.
* A bit of public API cleanup and code consolidation in ClientBase.Andrew Arnott2011-06-271-1/+1
|
* Fixed bad merge.Andrew Arnott2011-06-273-0/+106
|
* Merge branch 'v3.4'Andrew Arnott2011-06-261-0/+7
| | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj
* Merging in support for and sample of implicit grants.Andrew Arnott2011-06-236-1/+9114
|\
| * Finished implicit grant sample. Yay.Andrew Arnott2011-06-218-14358/+8992
| |
| * javascript client now parses the implicit grant response enough to enable ↵Andrew Arnott2011-06-212-22/+60
| | | | | | | | the right buttons and re-check checkboxes.
| * We have an implicit grant javascript client that can obtain an access token.Andrew Arnott2011-06-207-1/+14442
| | | | | | | | It doesn't know how to use it yet though.
* | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-232-2/+2
|/ | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* FxCop fixes.Andrew Arnott2011-05-281-134/+134
|
* Fixed sample release compilation.Andrew Arnott2010-08-011-2/+2
|
* Now StyleCop clean.Andrew Arnott2010-08-011-5/+5
|
* Added Twitter account default to sample's web.config file.Andrew Arnott2010-08-011-4/+2
| | | | Removed redundant Google creds.
* Some user-notification enhancements to the OAuth 2 samples.Andrew Arnott2010-08-012-14/+33
|
* The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵Andrew Arnott2010-08-0113-29/+37
| | | | now work!
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-3142-0/+2453
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.