summaryrefslogtreecommitdiffstats
path: root/samples/ServiceProvider/App_Code/OAuthAuthorizationManager.cs
Commit message (Collapse)AuthorAgeFilesLines
* Renamed OAuth sample sites.Andrew Arnott2009-03-261-37/+0
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-37/+37
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-0/+1
| | | | receiving DotNetOpenId merge.
* 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.
* StyleCop clean.Andrew Arnott2008-10-061-0/+1
|
* Added specific authorization to sample for allowing limited access.Andrew Arnott2008-10-061-2/+6
|
* WCF OAuth sample now has 'real' database and login.Andrew Arnott2008-10-061-2/+3
|
* Added facility so WCF service knows who is calling it.Andrew Arnott2008-10-041-4/+2
|
* Added WCF sample consumer and service provider.Andrew Arnott2008-10-041-0/+32
It's pretty delicate and a poor sample, but hey, it worked.