summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer
Commit message (Collapse)AuthorAgeFilesLines
* Fixes up some missing references.Andrew Arnott2012-12-292-2/+10
| | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
* Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-281-1/+1
|
* ASPXCodeBehind noise.Andrew Arnott2012-10-301-0/+7
|
* Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-023-109/+34
| | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* Let Dev11 dirty project files.Andrew Arnott2012-03-311-8/+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.
* Merge branch 'v4.0' into dev11Andrew Arnott2012-03-211-3/+3
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth.sln
| * Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-3/+3
| |
* | 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
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-0242-0/+2485
| | | | | | they work here. Fixes #64
* Fixed bad merge.Andrew Arnott2011-06-273-106/+0
|
* Merge branch 'v3.4'Andrew Arnott2011-06-263-0/+106
|\ | | | | | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj
| * Fixed StyleCop message.Andrew Arnott2011-06-091-2/+2
| |
| * Added a bit more to the sample 2-legged oauth consumer.Andrew Arnott2011-04-061-1/+4
| |
| * Added 2-legged OAuth consumer sample.Andrew Arnott2011-04-054-0/+111
| |
* | Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-3142-2453/+0
| | | | | | | | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
* | Multiple client callback URLs are now supported.Andrew Arnott2010-07-301-15/+15
| | | | | | | | And some StyleCop cleanup.
* | Simplified OAuth 2 API a bit.Andrew Arnott2010-07-302-2/+2
| |
* | StyleCop fixesAndrew Arnott2010-07-261-11/+11
| |
* | Allowed sample OAuth consumer WPF app to have relaxed SSL requirements.Andrew Arnott2010-07-251-1/+1
| |
* | Ripped out OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-227-250/+5
| |
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-212-8/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | 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
| * 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-2/+1
| | | | | | | | a HashSet<string>
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-095-0/+258
|\ \ | |/ | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj
| * StyleCop fixes.Andrew Arnott2010-07-091-3/+3
| |
| * Added Yammer sign-up URL.unknown2010-06-211-1/+1
| |
| * Added sample Yammer OAuth 1.0 consumer.Andrew Arnott2010-06-175-0/+258
| | | | | | | | Yammer has a troublesome non-standard implementation of OAuth SP.
* | Simplified OAuth 2 client sample.Andrew Arnott2010-07-051-14/+32
| |
* | Simplified using the web server client a bit (no "token manager" needed any ↵Andrew Arnott2010-07-052-29/+15
| | | | | | | | more).
* | OAuth 2.0 sample works, draft 9 style.Andrew Arnott2010-07-041-1/+2
| |
* | Renamed the OAuthWrap namespaces to be OAuth2.Andrew Arnott2010-06-252-2/+2
| |
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-06-082-2/+2
|\ \ | |/ | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/MessagingElement.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs
| * StyleCop fixes.Andrew Arnott2010-06-081-1/+1
| |
| * Added paging capability to GoogleConsumer sample in the ApplicationBlock.Andrew Arnott2010-06-052-2/+2
| |
* | Lots of StyleCop work, and one bug fix (can you find it? <g>)Andrew Arnott2010-06-072-17/+19
| |
* | Renamed WebApp facade classes to WebServer to match messages and flow name.Andrew Arnott2010-06-061-2/+2
| |
* | Refreshing access tokens now works.Andrew Arnott2010-06-031-6/+9
| |
* | OAuth 2.0 web flow now works, client, auth server, and resource server, in ↵Andrew Arnott2010-06-025-10/+128
| | | | | | | | | | | | the sample! Yay.
* | The access token is now obtainable now. Woot.Andrew Arnott2010-05-311-0/+3
| | | | | | | | Now to make the access token worth something... :)
* | Fixed some more bugs. We almost have the access token at the client.Andrew Arnott2010-05-312-9/+17
| |
* | More work toward a working authorization server.Andrew Arnott2010-05-314-0/+111
| |
* | Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-174-21/+21
|\ \ | |/
| * More StyleCop fixes that mysteriously didn't show up before.Andrew Arnott2010-05-082-4/+4
| |
| * StyleCop fixes.Andrew Arnott2010-05-085-19/+18
| |
* | StyleCop fixes.Andrew Arnott2010-05-132-3/+2
| |
* | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵Andrew Arnott2010-05-131-9/+4
| | | | | | | | calls into it.
* | Facebook OAuth 2.0 client now works.Andrew Arnott2010-05-132-2/+4
| |
* | A bunch more work to bring the rest of the messages in rough compliance of ↵Andrew Arnott2010-05-071-2/+2
| | | | | | | | the latest spec.
* | Fixed up some merge issuesAndrew Arnott2010-05-064-32/+71
| |
* | Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-0640-468/+1154
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessagingStrings.Designer.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/version.txt
| * Put in "anonymous" Google consumer key and secret.Andrew Arnott2010-04-291-2/+2
| |
| * Fixed build break in non-DEBUG configurations of the recently changed samples.Andrew Arnott2010-04-191-1/+4
| |
| * Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵Andrew Arnott2010-04-191-1/+4
| | | | | | | | more difficult to use in real apps without knowing its limited scope.
| * Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-1921-610/+643
| |
| * Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-1829-112/+734
| | | | | | | | application projects.
| * Added Sign In with Twitter sample.Andrew Arnott2010-02-246-54/+77
| |
* | Working to catch up with latest OAuth 2.0 spec.Andrew Arnott2010-05-063-0/+57
|/
* Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-0/+1
| | | | causing type resolution ambiguities.
* Merge branch 'v3.3'Andrew Arnott2010-01-112-3/+29
|\
| * Updated TwitterConsumer sample in the ApplicationBlock to include profile ↵Andrew Arnott2010-01-112-3/+29
| | | | | | | | | | | | image upload. Added an Upload Photo button to the Twitter sample page.
* | Merge branch 'v3.3'Andrew Arnott2010-01-071-1/+1
|\ \ | |/
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-071-1/+1
| |\
| | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-071-1/+1
| | |
* | | 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
| * | Enabled reporting for the project template and all samples.Andrew Arnott2009-12-251-0/+7
| | |
* | | DotNetOpenAuth Logo UpdateDavid Christiansen2009-12-061-0/+0
|/ / | | | | | | * Applied to web applications as favicon.ico
* | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵Andrew Arnott2009-11-071-14/+0
| | | | | | | | added code contracts.
* | Removed unnecessary method from sample InMemoryTokenManager.Andrew Arnott2009-07-131-8/+0
|/
* 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/+19
| | | | added a comment indicating their importance for all web sites that use this library.
* Fixed build warning regarding .refresh files.Andrew Arnott2009-04-221-0/+0
|
* Decreases drop .zip file size from 12.6MB to 3.6MB by not deploying ↵Andrew Arnott2009-04-141-0/+0
| | | | | | redundant copies of binaries to all samples, while leaving samples compilable within VS2008. Fixes Trac ticket 12.
* Removed extendedProtectionPolicy element from OAuthConsumer sample's ↵Andrew Arnott2009-04-101-3/+1
| | | | | | Web.config file. It didn't have any apparent effect, and it was breaking builds on some machines.
* StyleCop fixes.Andrew Arnott2009-04-091-6/+3
|
* Added default proxy use to all the samples.Andrew Arnott2009-04-091-0/+5
|
* Rewrote the Google and Twitter consumer samples to be more presentable once ↵Andrew Arnott2009-04-086-103/+98
| | | | configured.
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-084-10/+10
| | | | and Service Provider scenarios.
* Added Twitter OAuth consumer sample and helper class to the application block.Andrew Arnott2009-04-074-4/+126
|
* Fixed OAuth Consumer sample that broke when everything was renamed.Andrew Arnott2009-03-282-26/+1
|
* Restored missing project and assembly references in the samples.Andrew Arnott2009-03-261-0/+0
|
* Renamed OAuth sample sites.Andrew Arnott2009-03-2622-0/+1298