summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderWebForms
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed build breaks in sample caused by RP discovery breaking change in ↵Andrew Arnott2009-05-081-1/+1
| | | | | | | | commit 83811ba2f188ff.
* | Added support for extension-only (non-identity) checkid_* requests.Andrew Arnott2009-05-087-63/+99
|/
* Added default proxy use to all the samples.Andrew Arnott2009-04-091-3/+4
|
* StyleCop fixes.Andrew Arnott2009-04-071-5/+5
|
* Fixed missing whitespace in OP sample.Andrew Arnott2009-04-031-2/+2
|
* Moved the server code to a code-behind page.Andrew Arnott2009-04-034-44/+88
|
* Added OP unsolicited assertion bookmarking feature so that users can ↵Andrew Arnott2009-04-031-5/+48
| | | | bookmark a URL that will cause the OP to immediately log the user into the RP.
* Removed URLRewriter from OP sample, since it just generates confusion and is ↵Andrew Arnott2009-04-036-105/+10
| | | | incomplete when it stops working when the site is hosted in IIS.
* OP sample now allows more free-form user input for unsolicited assertions.Andrew Arnott2009-04-031-1/+3
|
* Fixed OP sample's assumption that it isn't working in a virtual directory.Andrew Arnott2009-04-032-2/+2
|
* Removed certificateRevocationList from web.config file since it was ↵Andrew Arnott2009-04-021-1/+10
| | | | defeating shared hosting.
* 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
|
* Enhanced sample OP's home page to display username and claimed identifier.Andrew Arnott2009-03-201-14/+14
|
* Enhanced URL rewriter to allow for virtual directories or not, without ↵Andrew Arnott2009-03-202-4/+6
| | | | changing the routes.
* Cleaned up logging.Andrew Arnott2009-03-151-5/+5
|
* Removed irrelevant "__" prefix handling from samples.Andrew Arnott2009-03-151-3/+0
|
* first sprintAndrew Arnott2009-03-091-0/+10
|
* Refactoring around Provider's IRequest to process responses differently.Andrew Arnott2009-03-062-15/+12
| | | | This is a step toward serializable IRequest objects.
* response_nonces are now checked for replays by the RP against just those ↵Andrew Arnott2009-03-053-18/+49
| | | | | | nonces generated by the same Provider. Fixes Google Code Issue 175.
* StyleCop work.Andrew Arnott2009-02-041-14/+12
|
* Fixed TODO areas of code.Andrew Arnott2009-02-044-7/+440
|
* Renamed OpenID Provider sample directory to match project name.Andrew Arnott2009-02-0144-0/+3841