summaryrefslogtreecommitdiffstats
path: root/samples/ServiceProvider
Commit message (Collapse)AuthorAgeFilesLines
* Renamed OAuth sample sites.Andrew Arnott2009-03-2629-1858/+0
|
* Fixed whitespace in sample web.configAndrew Arnott2009-03-261-1/+2
|
* Added proper HTML encoding to sample TracePage.aspx.cs filesAndrew Arnott2009-03-251-1/+1
|
* Removed old checked-in version of dotnetopenid.dll, and fixed the OAuth ↵Andrew Arnott2009-02-011-8/+1
| | | | Service Provider sample to not use it.
* WhitespaceAndrew Arnott2009-02-019-182/+182
|
* Removed old .refresh file.Andrew Arnott2009-02-011-0/+0
|
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-212-3/+3
| | | | Send method.
* whitespaceAndrew Arnott2009-01-121-3/+3
|
* Added a sample user to the ServiceProvider sample database.Andrew Arnott2009-01-121-1/+11
|
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-097-1032/+1032
|
* Fixed sample database creation when App_Data directory is missing.Andrew Arnott2008-12-181-1/+4
|
* Added a database maintenance mechanism to the SP sample.Andrew Arnott2008-12-132-2/+30
| | | | Removed the SQL database from revision control.
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-202-9/+10
| | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-0411-604/+604
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-038-13/+15
| | | | receiving DotNetOpenId merge.
* Renamed all the OAuth message types.Andrew Arnott2008-11-025-9/+9
|
* Hugely refactored ServiceProvider and Consumer classes.Andrew Arnott2008-11-013-5/+7
| | | | Messages are now exposed in the method signatures instead of raw Response instances.
* Applied FxCop fixes.Andrew Arnott2008-10-231-3/+3
|
* Refactored messages to try to simplify their uses and try to hide ↵Andrew Arnott2008-10-093-4/+7
| | | | information from areas that don't need it.
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-094-5/+5
|
* Added strong-typed request token message to sample.Andrew Arnott2008-10-074-8/+60
| | | | | This proves that messages can be derived from and tailored to provide type-safe additions where the OAuth protocol permits it. As can be seen, several more types and members had to be made public for this to work.
* ITokenManager.StoreNewRequestToken now takes both request and response ↵Andrew Arnott2008-10-061-2/+2
| | | | | | parameters. Fixes one TODO item.
* Added DotNetOpenId.dll to lib directory for SP sample.Andrew Arnott2008-10-061-0/+0
|
* StyleCop clean.Andrew Arnott2008-10-066-44/+54
|
* Added specific authorization to sample for allowing limited access.Andrew Arnott2008-10-0610-8/+57
|
* WCF OAuth sample now has 'real' database and login.Andrew Arnott2008-10-0628-229/+1363
|
* Added facility so WCF service knows who is calling it.Andrew Arnott2008-10-042-10/+6
|
* Added WCF sample consumer and service provider.Andrew Arnott2008-10-0420-0/+574
It's pretty delicate and a poor sample, but hey, it worked.