|
@@ -20,7 +20,6 @@ discard block |
|
|
block discarded – undo |
|
20
|
20
|
use LoginCidadao\OAuthBundle\Model\OrganizationInterface; |
|
21
|
21
|
use LoginCidadao\OAuthBundle\Model\ClientInterface; |
|
22
|
22
|
use LoginCidadao\OpenIDBundle\Validator\SectorIdentifierUriChecker; |
|
23
|
|
-use LoginCidadao\RemoteClaimsBundle\Model\RemoteClaimInterface; |
|
24
|
23
|
use OAuth2\Server; |
|
25
|
24
|
use OAuth2\ServerBundle\Entity\Scope; |
|
26
|
25
|
use OAuth2\ServerBundle\Controller\AuthorizeController as BaseController; |
|
@@ -29,7 +28,6 @@ discard block |
|
|
block discarded – undo |
|
29
|
28
|
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
30
|
29
|
use Symfony\Component\EventDispatcher\EventDispatcher; |
|
31
|
30
|
use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
32
|
|
-use Symfony\Component\HttpFoundation\JsonResponse; |
|
33
|
31
|
use Symfony\Component\HttpFoundation\Request; |
|
34
|
32
|
|
|
35
|
33
|
class AuthorizeController extends BaseController |
Please login to merge, or discard this patch.