Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed faulty sample custom nonce store. | Andrew Arnott | 2009-09-15 | 4 | -13/+17 |
| | | | | Fixes #129 | ||||
* | Switching samples to Medium trust, since setting originUrl allows outbound ↵ | Andrew Arnott | 2009-08-04 | 1 | -2/+3 |
| | | | | HTTP to work. | ||||
* | Suppressed the warning in the samples that .NET generates due to use of ↵ | Andrew Arnott | 2009-07-27 | 1 | -0/+1 |
| | | | | HMAC-SHA384 and 512. | ||||
* | Fixed javascript bug in sample OP's unsolicited assertion page. | Andrew Arnott | 2009-05-20 | 1 | -0/+2 |
| | |||||
* | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 1 | -16/+19 |
| | | | | added a comment indicating their importance for all web sites that use this library. | ||||
* | Added default proxy use to all the samples. | Andrew Arnott | 2009-04-09 | 1 | -3/+4 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-07 | 1 | -5/+5 |
| | |||||
* | Fixed missing whitespace in OP sample. | Andrew Arnott | 2009-04-03 | 1 | -2/+2 |
| | |||||
* | Moved the server code to a code-behind page. | Andrew Arnott | 2009-04-03 | 4 | -44/+88 |
| | |||||
* | Added OP unsolicited assertion bookmarking feature so that users can ↵ | Andrew Arnott | 2009-04-03 | 1 | -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 Arnott | 2009-04-03 | 6 | -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 Arnott | 2009-04-03 | 1 | -1/+3 |
| | |||||
* | Fixed OP sample's assumption that it isn't working in a virtual directory. | Andrew Arnott | 2009-04-03 | 2 | -2/+2 |
| | |||||
* | Removed certificateRevocationList from web.config file since it was ↵ | Andrew Arnott | 2009-04-02 | 1 | -1/+10 |
| | | | | defeating shared hosting. | ||||
* | Added proper HTML encoding to sample TracePage.aspx.cs files | Andrew Arnott | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | More VWD port fixes. | Andrew Arnott | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | Fixed a bunch of old references to DotNetOpenId. | Andrew Arnott | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Enhanced sample OP's home page to display username and claimed identifier. | Andrew Arnott | 2009-03-20 | 1 | -14/+14 |
| | |||||
* | Enhanced URL rewriter to allow for virtual directories or not, without ↵ | Andrew Arnott | 2009-03-20 | 2 | -4/+6 |
| | | | | changing the routes. | ||||
* | Cleaned up logging. | Andrew Arnott | 2009-03-15 | 1 | -5/+5 |
| | |||||
* | Removed irrelevant "__" prefix handling from samples. | Andrew Arnott | 2009-03-15 | 1 | -3/+0 |
| | |||||
* | first sprint | Andrew Arnott | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | Refactoring around Provider's IRequest to process responses differently. | Andrew Arnott | 2009-03-06 | 2 | -15/+12 |
| | | | | This is a step toward serializable IRequest objects. | ||||
* | response_nonces are now checked for replays by the RP against just those ↵ | Andrew Arnott | 2009-03-05 | 3 | -18/+49 |
| | | | | | | nonces generated by the same Provider. Fixes Google Code Issue 175. | ||||
* | StyleCop work. | Andrew Arnott | 2009-02-04 | 1 | -14/+12 |
| | |||||
* | Fixed TODO areas of code. | Andrew Arnott | 2009-02-04 | 4 | -7/+440 |
| | |||||
* | Renamed OpenID Provider sample directory to match project name. | Andrew Arnott | 2009-02-01 | 44 | -0/+3841 |