summaryrefslogtreecommitdiffstats
path: root/samples/ProviderCustomStore
Commit message (Collapse)AuthorAgeFilesLines
* Removed the ProviderCustomStore sample and merged its code into ProviderPortal.Andrew Arnott2008-08-2118-1188/+0
|
* Added host whitelist/blacklist config section support.Andrew Arnott2008-08-212-5/+8
| | | | Moved all samples to use it instead of the hard-coded version in Global.asax.cs
* Added UntrustedWebRequestSection.Andrew Arnott2008-08-212-2/+5
|
* More configuration refactoring. OPs can now have custom stores set in the ↵Andrew Arnott2008-08-203-8/+10
| | | | .config file.
* Merge branch 'v2.1' into v2.2v2.2.2.8204Andrew Arnott2008-07-211-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/ProviderPortal/Global.asax.cs samples/RelyingPartyPortal/Global.asax.cs samples/RelyingPartyPortal/MembersOnly/Default.aspx src/DotNetOpenId/DotNetOpenId.csproj src/DotNetOpenId/OpenIdException.cs src/DotNetOpenId/Provider/Encoder.cs src/DotNetOpenId/RelyingParty/AuthenticationRequest.cs
| * Removed references to Trace class.Andrew Arnott2008-07-191-0/+4
| |
| * Added OpenID 1.x endpoint information to the sample Provider sites.Andrew Arnott2008-05-281-1/+4
| |
* | Removed reference to unused sreg 1.0 namespace.Andrew Arnott2008-06-132-3/+3
| |
* | Fixed samples to allow localhost again.Andrew Arnott2008-05-251-0/+5
| | | | | | | | The recent commit that blocked localhost by default broke the samples' ability to refer to each other on the same box. This fixes that.
* | Added OpenID 1.x endpoint information to the sample Provider sites.Andrew Arnott2008-05-211-1/+4
|/
* Disabled request validation on provider endpoint and login pages in the ↵Andrew Arnott2008-04-051-1/+1
| | | | | | sample web sites. See http://blog.nerdbank.net/2008/04/openid-20-nonces-and-aspnet.html for why this is necessary.
* Added sample Provider site that uses a custom association store.Andrew Arnott2008-04-0518-0/+1168