summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumerWpf
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-073-46/+25
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Test greenDavid Christiansen2015-01-052-12/+18
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-043-6/+0
|
* Updates NuGet packages.Andrew Arnott2013-10-192-3/+16
|
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+1
|
* Fixes up user rejection cases.Andrew Arnott2013-03-031-1/+1
|
* Switch to use HttpClient for OAuth 2 authorized call.Andrew Arnott2013-03-022-23/+12
|
* Fixed up WebAPI sample so it works with anonymous clients.Andrew Arnott2013-03-023-1/+6
|
* Removes trivial nonce store implementation from WebAPI sample.Andrew Arnott2013-03-022-5/+5
|
* Fixes build breaks everywhere exception DNOA.AspNet.Andrew Arnott2013-03-025-139/+35
|
* Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-011-0/+1
|
* Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-201-14/+19
| | | | HttpClient, full steam ahead.
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-3/+2
|
* Fixed a bunch more samples.Andrew Arnott2013-01-234-31/+40
|
* Fixes up some missing references.Andrew Arnott2012-12-292-3/+3
| | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-281-1/+1
|
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
|
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-263-2/+11
|
* Switched drop.proj to generate drops based on .NET 4.0, and include .NET 3.5 ↵Andrew Arnott2012-04-151-4/+0
| | | | | | components for the library. Fixes up build breaks in the dropped samples.
* Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-022-3/+8
| | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-3/+3
|
* Fixed build breaks.Andrew Arnott2012-02-191-1/+1
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-052-3/+3
| | | | Fixes #66
* 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 build breaks when targeting CLR 4.Andrew Arnott2011-10-071-1/+1
|
* Fixed web.config files.Andrew Arnott2011-09-281-1/+6
|
* Samples now build.Andrew Arnott2011-08-022-1/+13
|
* Fixed compile errors in samples.Andrew Arnott2011-07-102-1/+13
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-5/+1
| | | | Nothing compiles at this point.
* Added a web browser control to facilitate OAuth 2 client authorization.Andrew Arnott2011-06-283-55/+19
|
* OAuth 2 Authorization Server no longer accepts authorization code requests ↵Andrew Arnott2011-06-251-1/+1
| | | | from clients with empty secrets.
* Updated OAuthConsumerWpf WCF tab sample to work with OAuth 2.0 service.Andrew Arnott2011-06-252-29/+16
|
* Merge branch 'v3.4' into oauth2Andrew Arnott2011-05-061-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/Global.cs src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Channel.cs src/version.txt
| * FxCop fixes and suppressions.Andrew Arnott2011-04-291-2/+2
| | | | | | | | The "CodeAnalysis" configuration now runs clean.
* | Merge branch 'v3.4' into oauth2Andrew Arnott2011-04-061-2/+2
|\ \ | |/ | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj samples/OAuthResourceServer/Code/OAuthAuthorizationManager.cs
| * Applied Google anonymous consumer key and secret to OAuth consumer sample.Andrew Arnott2011-01-071-2/+2
| |
* | Multiple client callback URLs are now supported.Andrew Arnott2010-07-302-17/+17
| | | | | | | | And some StyleCop cleanup.
* | StyleCop fixesAndrew Arnott2010-07-261-7/+7
| |
* | Allowed sample OAuth consumer WPF app to have relaxed SSL requirements.Andrew Arnott2010-07-251-0/+3
| |
* | Added scrollbars to fetch resource in sample.Andrew Arnott2010-07-241-1/+1
| |
* | Smoothing out some rough edges in OAuth code.Andrew Arnott2010-07-232-7/+9
| |
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-213-25/+27
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt
| * StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-202-24/+24
| |
| * Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-7/+2
| | | | | | | | As part of this, all projects now import EnlistmentInfo.props and .targets.
| * Removed C# 4 usage from samples so they build under VS2008.Andrew Arnott2010-07-191-1/+1
| |
* | Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵Andrew Arnott2010-07-191-1/+1
| | | | | | | | a HashSet<string>
* | Minor sample adjustment.Andrew Arnott2010-07-181-3/+14
| |
* | Trimmed out some excess client sample code.Andrew Arnott2010-07-181-12/+4
| |
* | Renamed some WRAP terms to oauth2Andrew Arnott2010-07-182-34/+23
| |
* | Fixed some more OAuth 2 sample stuff.Andrew Arnott2010-07-151-3/+3
| |
* | Lots of work toward OAuth 2.0 in project templates and OAuthConsumerWpf sample.Andrew Arnott2010-07-143-12/+24
| | | | | | | | The WebFormsRelyingParty now works with the sample WPF OAuth client in a modified user-agent mode.
* | Fixed tab order.Andrew Arnott2010-07-141-18/+18
| |
* | Worked around WinForms WebBrowser bug.Andrew Arnott2010-07-141-1/+2
| |
* | Slight UI changes to WPF OAuth 2.0 consumer app.Andrew Arnott2010-07-112-1/+7
| |
* | Fix build break.Andrew Arnott2010-07-101-1/+1
| |
* | A bit of OAuth2 channel refactoring.Andrew Arnott2010-07-091-8/+5
| |
* | Got the OAuthConsumerWpf sample working with Facebook OAuth 2.0 again.Andrew Arnott2010-07-063-11/+21
| |
* | Renamed the OAuthWrap namespaces to be OAuth2.Andrew Arnott2010-06-252-4/+4
| |
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-06-081-0/+3
|\ \ | |/ | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/MessagingElement.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs
| * Stabilized reference paths and removed HintPaths.Andrew Arnott2010-05-281-0/+3
| | | | | | | | This is work for targeting .NET 4.0.
* | Lots of StyleCop work, and one bug fix (can you find it? <g>)Andrew Arnott2010-06-072-23/+21
| |
* | User Agent flow client now works.Andrew Arnott2010-06-055-15/+127
| |
* | More work toward a working authorization server.Andrew Arnott2010-05-312-142/+156
| |
* | Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-172-2/+2
|\ \ | |/
| * Fixed broken link to the OAuthServiceProvider sample from the ↵Andrew Arnott2010-05-092-2/+2
| | | | | | | | OAuthConsumerWPF sample after making the SP a .csproj based web project.
* | Added an non-functional WRAP tab to the OAuthConsumer client sample.Andrew Arnott2010-02-222-1/+54
|/
* Removed extra reference to .NET 4.0 assembly.Andrew Arnott2010-01-091-1/+0
|
* Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-081-1/+1
|
* Merge branch 'master' into master-Dev10Andrew Arnott2010-01-061-0/+0
|\
| * Merge branch 'v3.3'Andrew Arnott2009-12-271-0/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs
| * | DotNetOpenAuth Logo UpdateDavid Christiansen2009-12-061-0/+0
| | | | | | | | | | | | * Applied to web applications as favicon.ico
* | | Somehow some projects managed to not get retarged to v4.0 yet. This fixes that.Andrew Arnott2010-01-051-1/+3
| | |
* | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-054-9/+54
| | |
* | | Fixed buggy app.config file.Andrew Arnott2009-12-311-1/+1
| |/ |/|
* | Added reporting sections to the sample local apps.Andrew Arnott2009-12-251-0/+7
|/
* Eliminated a couple of compiler warnings.Andrew Arnott2009-12-011-1/+1
|
* Fixed message box owner.Andrew Arnott2009-11-131-2/+2
|
* Fixed a bunch of bugs in the project template's oauth sp implementation.Andrew Arnott2009-11-122-0/+110
|
* Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵Andrew Arnott2009-11-071-14/+0
| | | | added code contracts.
* Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵Andrew Arnott2009-08-1914-65/+952
| | | | OAuthServiceProvider.
* OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-081-21/+20
|
* OAuthConsumerWpf now works with OAuth 1.0a as well.Andrew Arnott2009-06-075-42/+112
|
* Added uri section declaration to web.config files of a few samples.Andrew Arnott2009-05-131-0/+1
|
* Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵Andrew Arnott2009-05-091-4/+18
| | | | added a comment indicating their importance for all web sites that use this library.
* Added HintPath to MS.Contracts.dll reference.Andrew Arnott2009-04-101-2/+5
|
* Added X.509 certificate use as an option to the OAuthConsumerWpf sample.Andrew Arnott2009-04-092-1/+15
|
* StyleCop fixes.Andrew Arnott2009-04-091-4/+1
|
* Moved OAuth consumer WPF sample's consumer key and secret into its ↵Andrew Arnott2009-04-094-14/+16
| | | | app.config file.
* Enabled log4net logging in OAuth Consumer WPF sample.Andrew Arnott2009-04-092-0/+6
|
* Added default proxy use to all the samples.Andrew Arnott2009-04-091-0/+5
|
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-082-5/+4
| | | | and Service Provider scenarios.
* Renamed ConsumerWpf sample to OAuthConsumerWpf.Andrew Arnott2009-03-2612-0/+662