SSO #1
|
|
@ -40,7 +40,6 @@ class OAuth2Controller extends AbstractController
|
||||||
$kernelDirectory = $this->getParameter('kernel.project_dir');
|
$kernelDirectory = $this->getParameter('kernel.project_dir');
|
||||||
$publicKey = openssl_pkey_get_public(file_get_contents($kernelDirectory . '/config/jwt/public.key'));
|
$publicKey = openssl_pkey_get_public(file_get_contents($kernelDirectory . '/config/jwt/public.key'));
|
||||||
$details = openssl_pkey_get_details($publicKey);
|
$details = openssl_pkey_get_details($publicKey);
|
||||||
$orgs =
|
|
||||||
$jwks = [
|
$jwks = [
|
||||||
'keys' => [
|
'keys' => [
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue