summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
* Brought in a lot more code and got it to compile on SL3.Andrew Arnott2009-07-142-2/+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.
* Cleaned up WCF sample service a bit now that we have IPrincipal working.Andrew Arnott2009-06-232-8/+13
|
* OAuth WCF service sample now impersonates the original user in the thread's ↵Andrew Arnott2009-06-233-1/+64
| | | | current principal.
* Promoted the OAuthIdentity and OAuthPrincipal classes from ApplicationBlock ↵Andrew Arnott2009-06-233-132/+0
| | | | to the core library.
* Added IServiceProviderAccessToken and added a method to get it on the ↵Andrew Arnott2009-06-232-2/+30
| | | | IServiceProviderTokenManager interface.
* Fixed merge problem that corrupted a sample's web.config file.Andrew Arnott2009-06-211-3/+5
|
* Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵Andrew Arnott2009-06-203-1/+9
| | | | 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-1917-68/+409
|\ | | | | | | | | | | | | | | 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-1917-68/+409
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Added request token TTL checking.Andrew Arnott2009-06-152-3/+7
| | | | | | | | | | | | Resolves Trac ticket #54.
| | * Locked down contract for when tokens are not found.Andrew Arnott2009-06-091-2/+6
| | |
| | * Fixed a couple of small bugs.Andrew Arnott2009-06-091-1/+1
| | |
| | * Refactored OAuth service provider interfaces to better suite token and ↵Andrew Arnott2009-06-087-52/+165
| | | | | | | | | | | | consumer queries.
| | * OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-088-38/+97
| | |
| | * Fixed anomaly in sample dbml file.Andrew Arnott2009-06-071-1/+1
| | |
| | * OAuthConsumerWpf now works with OAuth 1.0a as well.Andrew Arnott2009-06-075-42/+112
| | |
| | * OAuth SP and web consumer work under OAuth 1.0a.Andrew Arnott2009-06-074-4/+42
| | |
| | * Initial change to comply with OAuth 1.0a.Andrew Arnott2009-06-056-8/+55
| | | | | | | | | | | | | | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a.
| | * Fixes for the OpenIdAjaxTextBox UI rendering issues on IE8.Andrew Arnott2009-06-041-1/+1
| | |
| | * Added Google Maps OAuth scope to application block.Andrew Arnott2009-06-041-0/+6
| | |
* | | Fixed up PPID support so that it worked in more scenarios and is more secure ↵Andrew Arnott2009-06-171-43/+26
| | | | | | | | | | | | against accidental buggy implementations in the host layer.
* | | Added OpenID pluggable behaviors support, including a sample PPID generator.Andrew Arnott2009-06-1714-120/+82
| | |
* | | 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.
* | | Promoted PPID identifier provider from the application block to the core ↵Andrew Arnott2009-05-316-141/+5
| | | | | | | | | | | | library.
* | | StyleCop fixes.Andrew Arnott2009-05-212-4/+4
| | |
* | | Merge branch 'v3.1'Andrew Arnott2009-05-2118-112/+440
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-05-2111-111/+170
| |\ \ | | |/
| | * Fixed javascript bug in sample OP's unsolicited assertion page.Andrew Arnott2009-05-201-0/+2
| | |
| | * Updated OpenIdRelyingPartyMvc sample's web.config file to be compliant with ↵Andrew Arnott2009-05-141-25/+27
| | | | | | | | | | | | shipping version of ASP.NET MVC.
| | * Added uri section declaration to web.config files of a few samples.Andrew Arnott2009-05-133-0/+3
| | |
| | * Removed unneeded catch in sample.Andrew Arnott2009-05-111-5/+0
| | |
| | * Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵Andrew Arnott2009-05-097-79/+130
| | | | | | | | | | | | added a comment indicating their importance for all web sites that use this library.
| | * Added MessagePart members to custom extension sample.Andrew Arnott2009-05-072-2/+8
| | |
| * | StyleCop fixes.Andrew Arnott2009-04-301-3/+3
| | |
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-302-5/+5
| |\ \ | | |/
| | * StyleCop fixes.Andrew Arnott2009-04-302-5/+5
| | |
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-304-2/+110
| |\ \ | | |/ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| | * Fixes OAuth base signature string construction for URLs that include a ↵Andrew Arnott2009-04-291-0/+6
| | | | | | | | | | | | | | | | | | query-string part. Fixes Trac ticket 42.
| | * Added a bunch more Google Scopes to the application block.Andrew Arnott2009-04-291-2/+68
| | |
| | * Added XSS protection to OAuth SP sample.Andrew Arnott2009-04-292-0/+21
| | | | | | | | | | | | Resolves Trac ticket 43.
| | * OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵Andrew Arnott2009-04-252-0/+15
| | | | | | | | | | | | page.
| * | Added sample OAuthPrincipal class to the application block.Andrew Arnott2009-04-302-0/+68
| | |
| * | Added sample OAuthIdentity class to the application block.Andrew Arnott2009-04-292-0/+64
| | |
| * | Fixed StyleCop messages in offline OP app.Andrew Arnott2009-04-281-4/+28
| | |
* | | Added root route to MVC sample.Andrew Arnott2009-05-211-0/+5
| | |
* | | Removed OpenIdTextBox.ImmediateMode.Andrew Arnott2009-05-193-13/+0
| | | | | | | | | | | | Resolves Trac ticket #64.
* | | OP now has a RequireSsl option, which requires RP discovery to happen over ↵Andrew Arnott2009-05-082-2/+2
| | | | | | | | | | | | | | | | | | HTTPS. Fixes Trac ticket 51.
* | | Fixed build breaks in sample caused by RP discovery breaking change in ↵Andrew Arnott2009-05-082-2/+2
| | | | | | | | | | | | commit 83811ba2f188ff.
* | | StyleCop fixes.Andrew Arnott2009-05-081-6/+6
| | |
* | | Added support for extension-only (non-identity) checkid_* requests.Andrew Arnott2009-05-0816-70/+355
|/ /
* | Merge branch 'offlineapp'Andrew Arnott2009-04-269-75/+400
|\ \
| * | OpenID offline Provider now temporarily takes focus during an intercepted login.Andrew Arnott2009-04-264-1/+43
| | |
| * | Removed the InternalsVisibleTo attribute for DNOA toward the Offline Provider.Andrew Arnott2009-04-261-1/+1
| | |
| * | Removed all UI for unimplemented features in the Offline Provider.Andrew Arnott2009-04-265-62/+61
| | |
| * | The auto-respond vs. intercept setting for checkid messages works now.Andrew Arnott2009-04-263-28/+44
| | |
| * | Lots more feature work on OpenID Offline Provider app:Andrew Arnott2009-04-266-58/+122
| | | | | | | | | | | | | | | * OpenID app icon * UI work
| * | Added user interactivity to begin to customize auth responses to the ↵Andrew Arnott2009-04-256-14/+219
| | | | | | | | | | | | OpenIdOfflineProvider tool.
* | | Merge branch 'pairwise'Andrew Arnott2009-04-2620-39/+381
|\ \ \
| * | | Stylecop fixes.Andrew Arnott2009-04-266-25/+22
| | | |
| * | | Moved PPID OP Provider code out of the library and into the ApplicationBlock.Andrew Arnott2009-04-267-24/+213
| | | |
| * | | Fixed hard-coded base64 value in OP sample.Andrew Arnott2009-04-231-1/+1
| | | |
| * | | Fixed OP MVC sample crash when login occurs during auth.Andrew Arnott2009-04-231-1/+1
| | | |
| * | | Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵Andrew Arnott2009-04-2311-58/+133
| | | | | | | | | | | | | | | | support both anonymous and identifying identifiers.
| * | | Initial stab at PPID identifiers to protect privacy.Andrew Arnott2009-04-2211-18/+100
| | | |
* | | | Disabled code contract compilation to workaround ccrewrite hangs.Andrew Arnott2009-04-261-2/+3
| |/ / |/| |
* | | Merge branch 'v3.0'Andrew Arnott2009-04-243-0/+0
|\ \ \ | |/ / |/| / | |/
| * Fixed build warning regarding .refresh files.Andrew Arnott2009-04-223-0/+0
| |
* | Fixes some C# and StyleCop warnings.Andrew Arnott2009-04-201-3/+3
| |
* | Fixed JavaScript errors caught by IE8.Andrew Arnott2009-04-181-5/+5
| |
* | Fixed occasional URL validation failures in samples.Andrew Arnott2009-04-182-0/+2
| |
* | Added better recovery for users who click Remember Me at Google on the ↵Andrew Arnott2009-04-183-6/+16
| | | | | | | | OpenID+OAuth sample.
* | Added a warning about how to avoid breaking the OpenID+OAuth sample.Andrew Arnott2009-04-181-5/+9
| |
* | Added OpenID+OAuth sample.Andrew Arnott2009-04-1812-2/+443
| |
* | Added logger box to the Offline Provider app.Andrew Arnott2009-04-175-30/+129
| |
* | Fixed build break from merge.Andrew Arnott2009-04-152-0/+4
| |
* | Merge branch 'v3.0'Andrew Arnott2009-04-158-0/+346
|\ \ | |/
| * Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-154-0/+190
| |
| * Decreases drop .zip file size from 12.6MB to 3.6MB by not deploying ↵Andrew Arnott2009-04-143-0/+0
| | | | | | | | | | | | redundant copies of binaries to all samples, while leaving samples compilable within VS2008. Fixes Trac ticket 12.
| * Drops now include the contract reference assembly.Andrew Arnott2009-04-131-0/+156
| | | | | | | | There are now three README files in the drops that describe different areas of interest.
* | Merge commit 'v3.0'Andrew Arnott2009-04-1028-145/+368
|\ \ | |/
| * 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.
| * 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-093-1/+35
| |
| * StyleCop fixes.Andrew Arnott2009-04-092-10/+4
| |
| * 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-098-10/+51
| |
| * 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-0810-70/+23
| | | | | | | | and Service Provider scenarios.
| * Added Twitter OAuth consumer sample and helper class to the application block.Andrew Arnott2009-04-076-4/+204
| |
| * StyleCop fixes.Andrew Arnott2009-04-071-5/+5
| |
| * Fixed namespace in RP sample.Andrew Arnott2009-04-052-2/+2
| |
| * Fixed missing whitespace in OP sample.Andrew Arnott2009-04-031-2/+2
| |
* | Merge branch 'v3.0' into masterAndrew Arnott2009-04-0311-130/+133
|\ \ | |/