Matt Allan
|
3413c20590
|
Prevent public clients from using the client_credentials grant type
See https://tools.ietf.org/html/rfc6749#section-4.4.2
|
2019-07-22 18:21:29 -04:00 |
|
sephster
|
521ed9a8cb
|
Merge master into 8.0.0 branch
|
2019-05-14 15:46:01 +01:00 |
|
Marc Bennewitz
|
b88198a9a4
|
spec compliant 'error_description' but keep 'message' for BC
|
2019-03-29 16:00:26 +01:00 |
|
Marc Bennewitz
|
16f9de86f2
|
cleanup DateTime handline
* DateTime -> DateTimeImmutable
* DateTime::format('U') -> DateTime::getTimestamp()
* (new DateTime())->getTimestamp() -> time()
|
2018-11-08 12:45:18 +01:00 |
|
sephster
|
060a090479
|
Change tests to use validClient instead of getClientEntity
|
2018-09-01 14:26:22 +01:00 |
|
Sephster
|
7878cf9c13
|
Merge remote-tracking branch 'upstream/master'
|
2017-11-13 23:52:36 +00:00 |
|
Sephster
|
65789e0f39
|
Fix tests to support default scopes for authorization requests
|
2017-11-13 22:20:42 +00:00 |
|
Gabriel Caruso
|
04f3d39b45
|
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
|
2017-11-08 16:07:07 -02:00 |
|
Andrew Millington
|
0f08063864
|
Fixed use of default scope so it is only for authorization requests
|
2017-11-06 22:33:28 +00:00 |
|
Andrew Millington
|
3828f87b19
|
Fix tests as no longer set the default scope in the constructor
Use new setDefaultScope() method instead. Also changed default scope to
be a blank string instead of null
|
2017-10-30 23:48:02 +00:00 |
|
Andrew Millington
|
1161ceda0d
|
Fix the authorization server middleware test
|
2017-10-30 23:26:49 +00:00 |
|
Alex Bilbie
|
aac467e616
|
Fixed broken tests
|
2017-07-01 18:11:19 +01:00 |
|
Alex Bilbie
|
1af4012df4
|
New property on AuthorizationServer to receive an encryption key which is used for future encryption/decryption instead of keybased encryption/decryption
|
2017-07-01 16:45:29 +01:00 |
|
Lukáš Unger
|
32efd091a1
|
tests: use MockBuilder everywhere
|
2016-07-08 15:29:21 +02:00 |
|
Alex Bilbie
|
77737e7894
|
Applied fixes from StyleCI
|
2016-04-17 08:06:17 -04:00 |
|
Alex Bilbie
|
f6f39698d9
|
Renamed Server to AuthorizationServer
|
2016-04-17 12:54:25 +01:00 |
|