summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyLogic/OAuthAuthenticationModule.cs
Commit message (Expand)AuthorAgeFilesLines
* Removes project templates.Andrew Arnott2013-06-161-93/+0
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-1/+2
* projecttemplates now build.Andrew Arnott2013-01-271-6/+16
* Fixed a bunch more samples.Andrew Arnott2013-01-231-1/+1
* Fixes access denial errors from OAuth 2 resource servers so they include the ...Andrew Arnott2012-04-221-1/+1
* Replaces ResourceServer.VerifyAccess with a better pattern for error handling.Andrew Arnott2012-04-211-3/+4
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-1/+1
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Implicit grants are now sort of working on the authorization server side.unknown2011-06-151-1/+1
* Fixed static field initialization.Andrew Arnott2011-04-071-6/+8
* Fixed non-thread-safe use of RsaCryptoServiceProvider instances.Andrew Arnott2011-04-071-1/+1
* Lots of work toward OAuth 2.0 in project templates and OAuthConsumerWpf sample.Andrew Arnott2010-07-141-1/+1
* Work toward the WebFormsRelyingParty project template to use OAuth 2.0 instea...Andrew Arnott2010-07-121-8/+9
* Moved all the project template logic that would be common between MVC and web...Andrew Arnott2009-11-131-0/+78