summaryrefslogtreecommitdiffstats
path: root/samples/ServiceProvider/App_Code
Commit message (Collapse)AuthorAgeFilesLines
* Renamed OAuth sample sites.Andrew Arnott2009-03-2613-1442/+0
|
* WhitespaceAndrew Arnott2009-02-012-94/+94
|
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-095-996/+996
|
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-8/+9
| | | | 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-046-349/+349
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-036-9/+10
| | | | receiving DotNetOpenId merge.
* Renamed all the OAuth message types.Andrew Arnott2008-11-024-5/+5
|
* Hugely refactored ServiceProvider and Consumer classes.Andrew Arnott2008-11-011-1/+1
| | | | 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-092-3/+4
| | | | information from areas that don't need it.
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-093-3/+3
|
* Added strong-typed request token message to sample.Andrew Arnott2008-10-073-5/+57
| | | | | 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.
* StyleCop clean.Andrew Arnott2008-10-065-44/+53
|
* Added specific authorization to sample for allowing limited access.Andrew Arnott2008-10-067-6/+46
|
* WCF OAuth sample now has 'real' database and login.Andrew Arnott2008-10-0613-124/+1249
|
* 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-047-0/+217
It's pretty delicate and a poor sample, but hey, it worked.