| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Server doesn't pass $scope to getAccessTokenData().
|
|
Add a getter function for the Response status text.
|
|
|
|
|
|
|
|
|
|
applications will vary scope based on client
|
|
|
|
|
|
julien-c-develop
|
|
|
|
Changes:
OAuth2_Storage_ScopeInterface:
getSupportedScopes now takes one parameter: $client_id.
OAuth2_Storage_Memory:
getSupportedScopes takes its required parameter, but doesn't do anything
with it.
OAuth2_Scope:
getSupportedScopes passes its parameter on to the storage object.
OAuth2_Controller_AuthorizeController:
handleAuthorizeRequest passes on its $client_id variable when it calls
validateAuthorizeRequest.
ScopeTest:
Adds dummy parameter to the getSupportedScopes method call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed the continue as it was from the foreach before
|
|
|
|
|
|
default scope default (default is now null, for 'I dont care about scope')
|
|
|
|
catch an exception.
|
|
|
|
class names
|
|
|
|
|
|
|
|
Added more RSA signing algorithms to the JWT Util
|
|
|
|
|
|
the client_credentials storage."
This reverts commit 5423f8a273407f3aee8733302e346680a20794b2.
|
|
This isn't an AdobeDigitalMarketing_Autoloader
|
|
|
|
|
|
backwards compatibility with PHP 5.3.
|
|
|
|
variable to store undecoded JWT.
|
|
|
|
client_credentials storage.
|
|
|
|
uses ClientAssertionType does not require it.
|
|
|