summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/AutomatedAuthorizationCheckResponse.cs
Commit message (Collapse)AuthorAgeFilesLines
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-0/+40
This change adds the ability for authorization servers to override the granted scopes of client credential and resource owner password grant types. Fixes #225