summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
* Lots of refactoring as we gather the token handling into centralized code.Andrew Arnott2010-05-311-0/+6
|
* The access token is now obtainable now. Woot.Andrew Arnott2010-05-312-0/+6
| | | | Now to make the access token worth something... :)
* Fixed some more bugs. We almost have the access token at the client.Andrew Arnott2010-05-314-9/+71
|
* Fixed some bugs.Andrew Arnott2010-05-311-1/+1
|
* Added authorizing user to the verification code.Andrew Arnott2010-05-312-6/+16
| | | | The username is encrypted to avoid disclosing data to the client or a third party.
* More work toward a working authorization server.Andrew Arnott2010-05-319-190/+303
|
* Fixed build break.Andrew Arnott2010-05-301-1/+8
|
* Added starter for generating an access token in the web server flow.Andrew Arnott2010-05-291-16/+21
|
* Work toward an OAuth 2.0 Web Server flow auth server.Andrew Arnott2010-05-299-1/+346
|
* Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-179-32/+32
|\
| * Fixed references to System.Web.Mvc 1.0 to be 2.0.Andrew Arnott2010-05-171-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.
| * More StyleCop fixes that mysteriously didn't show up before.Andrew Arnott2010-05-083-6/+6
| |
| * StyleCop fixes.Andrew Arnott2010-05-087-28/+28
| |
* | StyleCop fixes.Andrew Arnott2010-05-133-7/+7
| |
* | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵Andrew Arnott2010-05-134-10/+62
| | | | | | | | calls into it.
* | Facebook OAuth 2.0 client now works.Andrew Arnott2010-05-133-4/+11
| |
* | 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-06141-2722/+4861
|\ \ | |/ | | | | | | | | | | | | | | 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-193-3/+12
| |
| * Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵Andrew Arnott2010-04-194-5/+17
| | | | | | | | 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-1957-3445/+2462
| |
| * Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-1865-166/+2259
| | | | | | | | application projects.
| * Fixed OAuthServiceProvider sample's broken WCF authorization due to a ↵Andrew Arnott2010-04-186-44/+232
| | | | | | | | missing nonce store.
| * Fixed MVC 1 references in web.config.Andrew Arnott2010-04-152-8/+10
| |
| * Fixed missing interface on demo InMemoryTokenManager class that caused the ↵Andrew Arnott2010-04-091-1/+22
| | | | | | | | loginPlusOAuthSampleOP.aspx sample to fail.
| * StyleCop and FxCop fixes.Andrew Arnott2010-04-011-4/+4
| |
| * Fixed web.config file for sample MVC apps after targeting MVC 2.Andrew Arnott2010-03-312-4/+4
| |
| * Fixed signature verification bugs where claimed_id's have trailing dots in ↵Andrew Arnott2010-03-302-2/+29
| |\ | | | | | | | | | | | | | | | path segments, or capital scheme or host names. Merge branch 'dotbug' into v3.4
| | * Finished getting a reasonable story for partial trust scenarios with the ↵Andrew Arnott2010-03-302-2/+7
| | | | | | | | | | | | problematic URI paths.
| | * Fixed signature verification when claimed_id has capital scheme or host ↵Andrew Arnott2010-03-302-3/+9
| | | | | | | | | | | | name, or has path segments that end with a period under partial trust.
| | * Added support in the offline Provider app to add trailing dots to ↵Andrew Arnott2010-03-302-2/+18
| | | | | | | | | | | | | | | | | | identifier_select scenarios for testing. Also added the Clear Log button (finally).
| * | Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample.Andrew Arnott2010-03-278-3/+298
| | |
| * | Retargeted shipping project templates and samples to ASP.NET MVC2 now that ↵Andrew Arnott2010-03-262-18/+6
| |/ | | | | | | it's officially released and supported on both VS2008 and VS2010.
| * Switched to the new (transparent background) OpenID logo across all samples.Andrew Arnott2010-03-2211-5/+5
| |
| * Merge branch 'v3.3' into v3.4Andrew Arnott2010-03-174-7/+7
| |\ | | | | | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs
| | * Merge branch 'v3.2' into v3.3Andrew Arnott2010-03-175-15/+15
| | |\ | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs
| | | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-03-175-15/+15
| | | |\
| | | | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-03-175-15/+15
| | | | |\
| | | | | * Fixed subdirectory hosting of MVC samples.Andrew Arnott2010-03-085-15/+15
| | | | | |
| * | | | | Fixed OpenID button to match the official logo.Andrew Arnott2010-03-143-1/+1
| | | | | |
| * | | | | MVC RP project template now has the AJAX OpenID Selector.Andrew Arnott2010-03-134-213/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge branch 'MVCselector' into v3.4
| | * | | | | Removed poor quality popup box from MVC sample.Andrew Arnott2010-03-134-213/+0
| | | | | | |
| * | | | | | StyleCop fixes.Andrew Arnott2010-03-073-42/+55
| | | | | | |
| * | | | | | Built up the SSO Provider sample to include username+password scenario, in ↵Andrew Arnott2010-03-0511-8/+500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | addition to its existing support for Windows auth.
| * | | | | | Optimized the way Sign In to Twitter works.Andrew Arnott2010-02-271-4/+8
| |/ / / / /
| * | | | | Fixed build break introduced by last checkin.Andrew Arnott2010-02-242-74/+0
| | | | | |
| * | | | | Added Sign In with Twitter sample.Andrew Arnott2010-02-249-55/+319
| | | | | |
* | | | | | Working to catch up with latest OAuth 2.0 spec.Andrew Arnott2010-05-066-0/+102
| | | | | |
* | | | | | Added an non-functional WRAP tab to the OAuthConsumer client sample.Andrew Arnott2010-02-222-1/+54
|/ / / / /
* | | | | Fixed issue of unsigned satellite assemblies in drop .zip.Andrew Arnott2010-02-181-13/+12
| | | | |
* | | | | Fixed tools drop so that the assemblies are always signed.Andrew Arnott2010-02-161-1/+1
| | | | |
* | | | | Merge branch 'v3.4' into buildprojBreakupAndrew Arnott2010-02-164-36/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * | | | | Fixed nightly build break.v3.4.1.10044Andrew Arnott2010-02-131-1/+1
| | | | | |
| * | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-133-35/+29
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| | * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-02-122-11/+1
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs
| | | * | | Removed checkbox that wasn't wired up anyway.Andrew Arnott2010-01-172-11/+1
| | | | | |
| | * | | | Fixed possible unhandled exception during OAuth processing.Andrew Arnott2010-02-011-24/+28
| | | | | |
| | * | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-197-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | | Split up the drop and tools builds.Andrew Arnott2010-02-161-0/+53
| | | | | |
* | | | | | Split out the doc and sample publishing targets.Andrew Arnott2010-02-161-0/+85
| | | | | |
* | | | | | Building up Clean targets.Andrew Arnott2010-02-151-0/+5
| | | | | |
* | | | | | Split out samples and doc building so they can be parallelized.Andrew Arnott2010-02-151-0/+16
|/ / / / /
* | | | | Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-3128-281/+1429
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge branch 'master-Dev10'
| * | | | | Upgraded VB sample to Dev10.Andrew Arnott2010-01-174-38/+45
| | | | | |
| * | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-1742-3/+1583
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs
| * | | | | | Removed extra reference to .NET 4.0 assembly.Andrew Arnott2010-01-091-1/+0
| | | | | | |
| * | | | | | Fixed build.proj ToolsLayout target.Andrew Arnott2010-01-081-1/+1
| | | | | | |
| * | | | | | Fixed up some more issues with OpenIdOfflineProvider sample.Andrew Arnott2010-01-081-0/+1
| | | | | | |
| * | | | | | Restored ASP.NET MVC 1 libraries.Andrew Arnott2010-01-082-6/+18
| | | | | | |
| * | | | | | Fixed a couple of project issues so that the samples will backport to VS2008 ↵Andrew Arnott2010-01-083-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | more easily.
| * | | | | | Upgraded samples.sln file for Dev10.Andrew Arnott2010-01-081-6/+6
| | | | | | |
| * | | | | | Revisited the MVC samples to make sure they just use MVC 1.Andrew Arnott2010-01-0823-49567/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all these extra scripts that aren't needed until we upgrade to MVC 2.
| * | | | | | Added commented web.config section assisting MVC 2 users with type forwarding.Andrew Arnott2010-01-082-0/+16
| | | | | | |
| * | | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-082-4/+32
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln
| * | | | | | | Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-0818-317/+735
| | | | | | | |
| * | | | | | | DNOA and tool sample now builds against .NET v3.5 by default.Andrew Arnott2010-01-081-1/+0
| | | | | | | |
| * | | | | | | Touching up how CLR 4 is conditioned in the build.Andrew Arnott2010-01-081-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-081-7/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj
| * \ \ \ \ \ \ \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-074-12/+12
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs
| * | | | | | | | | Upgraded the couple of new sample projects that were in the master branch.Andrew Arnott2010-01-065-203/+47
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0665-14/+1597
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵Andrew Arnott2010-01-064-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated API.
| * | | | | | | | | | Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-051-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Somehow some projects managed to not get retarged to v4.0 yet. This fixes that.Andrew Arnott2010-01-052-5/+3
| | | | | | | | | | |
| * | | | | | | | | | Retargeted to .NET 4.0Andrew Arnott2010-01-052-4/+7
| | | | | | | | | | |
| * | | | | | | | | | Hand-edited MVC projects so they actually load in VS2010.Andrew Arnott2010-01-052-41/+38
| | | | | | | | | | |
| * | | | | | | | | | Upgraded ASP.NET MVC samples.Andrew Arnott2010-01-0526-150/+50623
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used custom tool from: http://weblogs.asp.net/leftslipper/archive/2009/11/23/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-beta-updated.aspx
| * | | | | | | | | | Post upgrade build break fix: unresolvable referencesAndrew Arnott2010-01-051-16/+5
| | | | | | | | | | |
| * | | | | | | | | | Post upgrade build break fix: Added missing reference that needed to be ↵Andrew Arnott2010-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added due to type forwarding.
| * | | | | | | | | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-0520-452/+502
| | | | | | | | | | |
* | | | | | | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-1910-2/+18
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | | | | | | Added the new VB sample to the samples.sln file.Andrew Arnott2010-01-171-0/+9
| | | | | | | | | |
* | | | | | | | | | Removed checkbox that wasn't wired up anyway.Andrew Arnott2010-01-172-10/+0
| | | | | | | | | |
* | | | | | | | | | Added LoginProgrammatic to VB sample.Andrew Arnott2010-01-174-0/+180
| | | | | | | | | |
* | | | | | | | | | Removed redundant imports.Andrew Arnott2010-01-172-12/+2
| | | | | | | | | |
* | | | | | | | | | Added OpenIdRelyingPartyWebFormsVB sample.Andrew Arnott2010-01-1735-0/+1345
| | | | | | | | | |
* | | | | | | | | | Updated Twitter sample to use the new multipart post method.Andrew Arnott2010-01-111-5/+5
| | | | | | | | | |