Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the ProviderCustomStore sample and merged its code into ProviderPortal. | Andrew Arnott | 2008-08-21 | 18 | -1188/+0 |
| | |||||
* | Added host whitelist/blacklist config section support. | Andrew Arnott | 2008-08-21 | 2 | -5/+8 |
| | | | | Moved all samples to use it instead of the hard-coded version in Global.asax.cs | ||||
* | Added UntrustedWebRequestSection. | Andrew Arnott | 2008-08-21 | 2 | -2/+5 |
| | |||||
* | More configuration refactoring. OPs can now have custom stores set in the ↵ | Andrew Arnott | 2008-08-20 | 3 | -8/+10 |
| | | | | .config file. | ||||
* | Merge branch 'v2.1' into v2.2v2.2.2.8204 | Andrew Arnott | 2008-07-21 | 1 | -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 Arnott | 2008-07-19 | 1 | -0/+4 |
| | | |||||
| * | Added OpenID 1.x endpoint information to the sample Provider sites. | Andrew Arnott | 2008-05-28 | 1 | -1/+4 |
| | | |||||
* | | Removed reference to unused sreg 1.0 namespace. | Andrew Arnott | 2008-06-13 | 2 | -3/+3 |
| | | |||||
* | | Fixed samples to allow localhost again. | Andrew Arnott | 2008-05-25 | 1 | -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 Arnott | 2008-05-21 | 1 | -1/+4 |
|/ | |||||
* | Disabled request validation on provider endpoint and login pages in the ↵ | Andrew Arnott | 2008-04-05 | 1 | -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 Arnott | 2008-04-05 | 18 | -0/+1168 |