summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Code/OAuth2AuthorizationServer.cs
Commit message (Expand)AuthorAgeFilesLines
* Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-2/+2
* Special handling for client credential grant typeAndrew Arnott2012-05-291-0/+4
* Resource owner password grant method renameAndrew Arnott2012-05-291-1/+1
* Authorization Server hosts now instantiate their own AccessTokens rather than...Andrew Arnott2012-04-251-7/+8
* Authorization server hosts may now provide canonical usernames for the resour...Andrew Arnott2012-04-161-1/+1
* Authorization servers now gain insight into the calling client when validatin...Andrew Arnott2012-04-151-1/+1
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-081-2/+2
* Corrected old name of nonce store property.Andrew Arnott2012-04-011-1/+1
* Moved access token signing key to the parameters object.Andrew Arnott2012-03-311-8/+4
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-10/+7
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-241-2/+7
* Renamed IConsumerDescription to IClientDescription.Andrew Arnott2012-02-121-1/+1
* Fixed StyleCop messages.Andrew Arnott2011-06-231-2/+2
* Split up the PrepareAccessToken method.Andrew Arnott2011-06-221-9/+15
* Access token lifetimes are now controlled by the IAuthorizationServer instanc...Andrew Arnott2011-06-161-5/+14
* Implicit grants are now sort of working on the authorization server side.unknown2011-06-151-9/+41
* Fixed a few build breaks.Andrew Arnott2011-06-111-1/+1
* More work toward draft 16 compliance.Andrew Arnott2011-06-101-1/+1
* FxCop fixes.Andrew Arnott2011-05-281-1/+1
* Various fixes to the sample OAuth 2.0 Authorization Server sample.Andrew Arnott2011-05-271-0/+4
* Allowed for cycling of symmetric cryptographic keys by replacing the effectiv...Andrew Arnott2011-05-271-26/+9
* StyleCop fixes.Andrew Arnott2011-05-201-50/+50
* Removed redundant code and increased key length for OAuth 2.0 authorization s...Andrew Arnott2011-05-101-1/+1
* Fixed static field initialization.Andrew Arnott2011-04-071-32/+34
* Fixed non-thread-safe use of RsaCryptoServiceProvider instances.Andrew Arnott2011-04-071-5/+17
* Replaced OAuth2 API demands for RSAParameters with demands for RSACryptoServi...Andrew Arnott2011-04-061-2/+7
* Split the OAuthServiceProvider sample into two samples: OAuthAuthorizationSer...Andrew Arnott2010-07-311-0/+133