summaryrefslogtreecommitdiffstats
path: root/samples/Consumer/SampleWcf.aspx.cs
Commit message (Collapse)AuthorAgeFilesLines
* Renamed OAuth sample sites.Andrew Arnott2009-03-261-118/+0
|
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-211-1/+1
| | | | Send method.
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-118/+118
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-1/+2
| | | | receiving DotNetOpenId merge.
* Hugely refactored ServiceProvider and Consumer classes.Andrew Arnott2008-11-011-1/+2
| | | | Messages are now exposed in the method signatures instead of raw Response instances.
* Applied FxCop fixes.Andrew Arnott2008-10-231-2/+2
|
* Removed ConsumerBase.ConsumerSecret, since the token manager can provide that.Andrew Arnott2008-10-091-1/+0
|
* Split Consumer class into two subclasses for desktop and web clients.Andrew Arnott2008-10-091-5/+5
|
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-091-1/+1
|
* StyleCop clean.Andrew Arnott2008-10-061-7/+8
|
* Added specific authorization to sample for allowing limited access.Andrew Arnott2008-10-061-4/+36
|
* WCF OAuth sample now has 'real' database and login.Andrew Arnott2008-10-061-2/+2
|
* Slightly improved UI on WCF Consumer sample.Andrew Arnott2008-10-051-3/+4
|
* Refactored sample WCF consumer to allow easier calling.Andrew Arnott2008-10-041-6/+11
|
* Added facility so WCF service knows who is calling it.Andrew Arnott2008-10-041-15/+17
|
* Added WCF sample consumer and service provider.Andrew Arnott2008-10-041-0/+76
It's pretty delicate and a poor sample, but hey, it worked.