summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Code/OAuthPrincipalAuthorizationPolicy.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-2/+3
|
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+47
| | | | | | they work here. Fixes #64
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-47/+0
| | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
* Stripping OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-3/+3
|
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-44/+46
|
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-0/+45
application projects.