summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms
Commit message (Collapse)AuthorAgeFilesLines
* Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵Andrew Arnott2010-12-292-3/+7
| | | | | | Extensions property settable inside an ASPX page. Closes #6
* Added email to the requested attributes of the identity-less login sample, ↵Andrew Arnott2010-10-063-8/+24
| | | | and fixed the default button.
* Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-0/+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
|
* 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.
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-2/+1
| | | | application projects.
* Switched to the new (transparent background) OpenID logo across all samples.Andrew Arnott2010-03-224-2/+2
|
* Fixed build break introduced by last checkin.Andrew Arnott2010-02-242-74/+0
|
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-132-11/+1
|\ | | | | | | | | | | 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
| | |
| * | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-1/+5
| | | | | | | | | | | | causing type resolution ambiguities.
* | | Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-315-100/+112
|\ \ \ | | | | | | | | | | | | Merge branch 'master-Dev10'
| * | | Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-082-34/+33
| | | |
| * | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-071-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * \ \ \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0611-5/+116
| |\ \ \ \
| * | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵Andrew Arnott2010-01-064-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | deprecated API.
| * | | | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-053-41/+135
| | | | | |
* | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-1/+5
| |_|/ / / |/| | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | Merge branch 'v3.3'Andrew Arnott2010-01-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-071-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-071-1/+1
| | |\
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-071-1/+1
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs
| | | | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-071-1/+1
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-272-3/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-261-2/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-262-3/+3
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-262-3/+3
| | | |\ \ | | | | |/
| | | | * Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-131-1/+1
| | | | |
| | | | * Fixed the samples' links to the project home page to point to the new project.Andrew Arnott2009-12-131-2/+2
| | | | |
| * | | | Updated a couple of comments in the web.config sample files.Andrew Arnott2009-12-261-1/+1
| | | | |
| * | | | Enabled reporting for the project template and all samples.Andrew Arnott2009-12-251-0/+3
| | | | |
* | | | | Clarified comment.Andrew Arnott2009-12-101-1/+1
| | | | |
* | | | | Updated the logos that appear on the sample sites.Andrew Arnott2009-12-055-3/+3
| | | | |
* | | | | project files missed from logo update.David Christiansen2009-12-061-0/+1
| | | | |
* | | | | DotNetOpenAuth Logo UpdateDavid Christiansen2009-12-061-0/+0
| | | | | | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico
* | | | | Google Apps sample now intelligently displays the "full trust required" message.Andrew Arnott2009-12-013-4/+27
| | | | |
* | | | | Added sample Google Apps login page.Andrew Arnott2009-11-306-2/+89
|/ / / /
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-11-181-10/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-181-10/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-181-10/+0
| | |\ \ | | | |/
| | | * Removed crumb of a bad idea.Andrew Arnott2009-11-181-10/+0
| | | |
* | | | Added login customization to sample Yahoo button.Andrew Arnott2009-11-071-1/+1
| | | |
* | | | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵Andrew Arnott2009-11-071-14/+0
| | | | | | | | | | | | | | | | added code contracts.
* | | | Added explanatory comment to the ajaxlogin.aspx sample.Andrew Arnott2009-11-031-0/+5
| | | |
* | | | Merge branch 'v3.2'Andrew Arnott2009-11-035-13/+21
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-034-13/+17
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/version.txt
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-034-13/+17
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Fixed faulty sample custom nonce store.Andrew Arnott2009-09-154-13/+17
| | | | | | | | | | | | | | | | Fixes #129
| * | | Added support for OP fetching of the RP icon via the UI extension.Andrew Arnott2009-11-021-0/+4
| | | |
* | | | The ajax demo now "requires" email rather than requests it.Andrew Arnott2009-10-121-1/+1
| | | |
* | | | Self-closing td tag is considered unclosed by Chrome.Andrew Arnott2009-09-281-1/+1
| | | |
* | | | Fixed auth response extension javascript handling.Andrew Arnott2009-09-271-4/+4
| | | |
* | | | Merge branch 'v3.2'Andrew Arnott2009-09-091-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: build.proj
| * | | Merge branch 'v3.2' into gsaAndrew Arnott2009-09-092-2/+10
| |\ \ \
| * \ \ \ Merge commit 'v3.2.0.9177' into gsaAndrew Arnott2009-08-175-76/+125
| |\ \ \ \
| * | | | | Renamed GSA profile to GsaIcamProfile.Andrew Arnott2009-06-221-1/+1
| | | | | |
| * | | | | Merge branch 'master' into gsaAndrew Arnott2009-06-204-3/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into gsaAndrew Arnott2009-06-171-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into gsaAndrew Arnott2009-06-163-13/+3
| |\ \ \ \ \ \ \
| * | | | | | | | Renamed security profiles to behaviors.Andrew Arnott2009-06-021-3/+3
| | | | | | | | |
| * | | | | | | | Redesign of GSA security profile so that OPs can work with and without it on ↵Andrew Arnott2009-06-021-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same endpoint.
| * | | | | | | | Added PPID PAPE request to login sample.Andrew Arnott2009-06-021-0/+2
| | | | | | | | |
| * | | | | | | | Working RP and OP samples demonstrating the GSA profile.Andrew Arnott2009-06-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But I need to refactor the ISecurityProfile so that OPs can support the GSA profile without requiring that all RPs comply with it's RequireSsl setting for RP discovery.
* | | | | | | | | Finished OpenID+OAuth sample-to-sample demo.Andrew Arnott2009-08-262-1/+11
| | | | | | | | |
* | | | | | | | | Merge branch 'rpControlBase'Andrew Arnott2009-08-254-18/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added commented out lines to add debugging helps to the ajax login control.Andrew Arnott2009-07-251-0/+4
| | | | | | | | | |
| * | | | | | | | | Suppressed the warning in the samples that .NET generates due to use of ↵Andrew Arnott2009-07-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HMAC-SHA384 and 512.
| * | | | | | | | | Updated sample to avoid build break due to the removed ↵Andrew Arnott2009-07-133-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenIdLogin.SetupRequired event.
| * | | | | | | | | Enhanced OpenIdRelyingPartyControlBase to have an option to persist the user ↵Andrew Arnott2009-07-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identifier rather than the auth ticket.
* | | | | | | | | | Merge branch 'v3.2'Andrew Arnott2009-08-051-2/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/DotNetOpenAuth.Versioning.targets tools/Publish.targets
| * | | | | | | | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-051-2/+3
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'v3.0' into v3.1Andrew Arnott2009-08-051-2/+3
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj
| | | * | | | | | | Switching samples to Medium trust, since setting originUrl allows outbound ↵Andrew Arnott2009-08-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP to work.
* | | | | | | | | | Merge branch 'v3.2'Andrew Arnott2009-07-282-0/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * | | | | | | | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-07-272-0/+7
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponse.cs src/version.txt
| | * | | | | | | Merge branch 'v3.0' into v3.1Andrew Arnott2009-07-272-0/+7
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/version.txt
| | | * | | | | | Suppressed the warning in the samples that .NET generates due to use of ↵Andrew Arnott2009-07-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HMAC-SHA384 and 512.
| | | * | | | | | Added commented out lines to add debugging helps to the ajax login control.Andrew Arnott2009-07-271-0/+4
| | | | | | | | |
| * | | | | | | | Fixed StyleCop messagesAndrew Arnott2009-06-261-8/+8
| | | | | | | | |
* | | | | | | | | Fixed StyleCop message.Andrew Arnott2009-07-281-2/+2
| | | | | | | | |
* | | | | | | | | Fixed StyleCop message.Andrew Arnott2009-07-271-2/+2
| | | | | | | | |
* | | | | | | | | Added OpenID+OAuth combined OP sample.Andrew Arnott2009-07-156-0/+197
| | | | | | | | |
* | | | | | | | | Fixed bugs in sample RP's xrds file.Andrew Arnott2009-07-151-1/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Fixed StyleCop messagesAndrew Arnott2009-06-251-8/+8
|/ / / / / / /
* | | | | | | RP sample now uses a web user control to display profile fields so it can be ↵Andrew Arnott2009-06-245-76/+125
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | reused elsewhere.
* | | | | | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵Andrew Arnott2009-06-202-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | deal strictly with Sreg and yet be compatible with all known formats of AX requests and responses.
* | | | | | Post merge cleanup.Andrew Arnott2009-06-191-1/+1
| | | | | |
* | | | | | Merge branch 'v3.1'Andrew Arnott2009-06-191-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/OpenIdElement.cs src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs
| * | | | Merge branch 'v3.0' into v3.1Andrew Arnott2009-06-191-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs
| | * | | Fixes for the OpenIdAjaxTextBox UI rendering issues on IE8.Andrew Arnott2009-06-041-1/+1
| | | | |
* | | | | Added OpenID pluggable behaviors support, including a sample PPID generator.Andrew Arnott2009-06-171-0/+3
| |_|_|/ |/| | |
* | | | Fixed build break in test library, and set correct text in sample OP login ↵Andrew Arnott2009-06-151-1/+1
| | | | | | | | | | | | | | | | button.
* | | | Build warning cleanup and reverting of unintentional changes.Andrew Arnott2009-06-151-10/+2
| | | |
* | | | Split RP control base class into two.Andrew Arnott2009-06-131-3/+10
| | | |
* | | | All new RP OpenIdButton ASP.NET control and updated RP web forms sample to ↵Andrew Arnott2009-06-123-13/+4
| |_|/ |/| | | | | | | | use it.
* | | StyleCop fixes.Andrew Arnott2009-05-211-3/+3
| | |
* | | Merge branch 'v3.1'Andrew Arnott2009-05-211-17/+18
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-05-212-22/+18
| |\ \ | | |/