index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
OAuthAuthorizationServer
/
Code
/
OAuth2AuthorizationServer.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Authorization servers can override the granted scopes for all grant types.
Andrew Arnott
2012-10-30
1
-2
/
+2
*
Special handling for client credential grant type
Andrew Arnott
2012-05-29
1
-0
/
+4
*
Resource owner password grant method rename
Andrew Arnott
2012-05-29
1
-1
/
+1
*
Authorization Server hosts now instantiate their own AccessTokens rather than...
Andrew Arnott
2012-04-25
1
-7
/
+8
*
Authorization server hosts may now provide canonical usernames for the resour...
Andrew Arnott
2012-04-16
1
-1
/
+1
*
Authorization servers now gain insight into the calling client when validatin...
Andrew Arnott
2012-04-15
1
-1
/
+1
*
Renamed IAuthorizationServer to IAuthorizationServerHost.
Andrew Arnott
2012-04-08
1
-2
/
+2
*
Corrected old name of nonce store property.
Andrew Arnott
2012-04-01
1
-1
/
+1
*
Moved access token signing key to the parameters object.
Andrew Arnott
2012-03-31
1
-8
/
+4
*
Redistributed OAuth2 code into their more specific assemblies.
Andrew Arnott
2012-03-16
1
-10
/
+7
*
Adds support for the resource owner password credential grant.
Andrew Arnott
2012-02-24
1
-2
/
+7
*
Renamed IConsumerDescription to IClientDescription.
Andrew Arnott
2012-02-12
1
-1
/
+1
*
Fixed StyleCop messages.
Andrew Arnott
2011-06-23
1
-2
/
+2
*
Split up the PrepareAccessToken method.
Andrew Arnott
2011-06-22
1
-9
/
+15
*
Access token lifetimes are now controlled by the IAuthorizationServer instanc...
Andrew Arnott
2011-06-16
1
-5
/
+14
*
Implicit grants are now sort of working on the authorization server side.
unknown
2011-06-15
1
-9
/
+41
*
Fixed a few build breaks.
Andrew Arnott
2011-06-11
1
-1
/
+1
*
More work toward draft 16 compliance.
Andrew Arnott
2011-06-10
1
-1
/
+1
*
FxCop fixes.
Andrew Arnott
2011-05-28
1
-1
/
+1
*
Various fixes to the sample OAuth 2.0 Authorization Server sample.
Andrew Arnott
2011-05-27
1
-0
/
+4
*
Allowed for cycling of symmetric cryptographic keys by replacing the effectiv...
Andrew Arnott
2011-05-27
1
-26
/
+9
*
StyleCop fixes.
Andrew Arnott
2011-05-20
1
-50
/
+50
*
Removed redundant code and increased key length for OAuth 2.0 authorization s...
Andrew Arnott
2011-05-10
1
-1
/
+1
*
Fixed static field initialization.
Andrew Arnott
2011-04-07
1
-32
/
+34
*
Fixed non-thread-safe use of RsaCryptoServiceProvider instances.
Andrew Arnott
2011-04-07
1
-5
/
+17
*
Replaced OAuth2 API demands for RSAParameters with demands for RSACryptoServi...
Andrew Arnott
2011-04-06
1
-2
/
+7
*
Split the OAuthServiceProvider sample into two samples: OAuthAuthorizationSer...
Andrew Arnott
2010-07-31
1
-0
/
+133