summaryrefslogtreecommitdiffstats
path: root/samples/RelyingPartyWebForms
Commit message (Collapse)AuthorAgeFilesLines
* Renamed OpenID RP sample projects.Andrew Arnott2009-03-2643-3654/+0
|
* Better logging in samples.Andrew Arnott2009-03-251-2/+2
|
* Added proper HTML encoding to sample TracePage.aspx.cs filesAndrew Arnott2009-03-251-1/+1
|
* More VWD port fixes.Andrew Arnott2009-03-211-1/+1
|
* Fixed a bunch of old references to DotNetOpenId.Andrew Arnott2009-03-201-1/+1
|
* Added CRL check to RP samples.Andrew Arnott2009-03-161-0/+9
|
* Cleaned up logging.Andrew Arnott2009-03-151-1/+1
|
* Removed irrelevant "__" prefix handling from samples.Andrew Arnott2009-03-151-3/+0
|
* Added sreg example to loginProgrammatic.aspx.Andrew Arnott2009-03-121-3/+14
|
* first sprintAndrew Arnott2009-03-091-0/+10
|
* Updated RP sample with new public API.Andrew Arnott2009-03-081-1/+1
|
* Reverted Stateless="true" flag on RP sample now that the testing is over.Andrew Arnott2009-03-081-1/+1
|
* Turned on stateless login temporarily for testing.Andrew Arnott2009-03-081-1/+1
|
* response_nonces are now checked for replays by the RP against just those ↵Andrew Arnott2009-03-053-17/+48
| | | | | | nonces generated by the same Provider. Fixes Google Code Issue 175.
* Constructors on all OpenID direct response messages now require the OpenID ↵Andrew Arnott2009-02-091-1/+1
| | | | | | version of the message, allowing for RPs to receive response messages in versions differing from their request message. Also added test to verify this, and OpenIdProvider error messages w/o requiring ASP.NET hosting.
* Channel now implements IDisposable and disposes the necessary binding elements.Andrew Arnott2009-02-051-7/+8
| | | | | | All users of the channel also implement and call Dispose as necessary. Work for future: Fix up samples and controls to reuse a static instance of OP and RP facade classes since they are now thread-safe.
* Fixed TODO areas of code.Andrew Arnott2009-02-041-3/+4
|
* Added OpenID sample sites: RP MVC, RP WebForms, RP Classic ASP, OP WebForms.Andrew Arnott2009-01-3143-0/+3594