summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/Model.IssuedAccessToken.cs
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the project template logic that would be common between MVC and ↵Andrew Arnott2009-11-131-58/+0
| | | | web forms web sites into its own library.
* Fixed a bunch of bugs in the project template's oauth sp implementation.Andrew Arnott2009-11-121-0/+6
|
* Added a bunch more OAuth SP supporting code, but it's not done yet.Andrew Arnott2009-11-101-1/+7
|
* Fixed up roles, and restricted OAuth tokens from providing access to ↵Andrew Arnott2009-11-101-2/+15
| | | | sensitive user pages.
* Split up issued tokens into request and access token types.Andrew Arnott2009-11-101-0/+33