From ec8687696e5fa692766b859a49b23c826afe0bd0 Mon Sep 17 00:00:00 2001 From: erleibiazzio Date: Wed, 19 Jun 2024 14:36:03 -0300 Subject: [PATCH] =?UTF-8?q?Ajusta=20configura=C3=A7=C3=B5es=20do=20plugin?= =?UTF-8?q?=20de=20autentica=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/common/config.d/plugins.php | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docker/common/config.d/plugins.php b/docker/common/config.d/plugins.php index b0b7215..49167a6 100644 --- a/docker/common/config.d/plugins.php +++ b/docker/common/config.d/plugins.php @@ -1125,17 +1125,11 @@ 'govbr' => [ 'visible' => env('AUTH_GOV_BR_ID', true), 'response_type' => 'code', - 'client_id' => 'aldirblanchomolog.mapacultural.pe.gov.br', - 'client_secret' => '5da4a129-1143-451f-864c-cb99f7b3f5d4', 'scope' => 'openid email profile govbr_confiabilidades phone', - 'redirect_uri' => 'https://www.aldirblanchomolog.mapacultural.pe.gov.br/autenticacao/govbr/oauth2callback', - 'auth_endpoint' => 'https://sso.staging.acesso.gov.br/authorize', - 'token_endpoint' => 'https://sso.staging.acesso.gov.br/token', + 'redirect_uri' => 'https://www.mapacultural.pe.gov.br/autenticacao/govbr/oauth2callback', + 'auth_endpoint' => 'https://sso.acesso.gov.br/authorize', + 'token_endpoint' => 'https://sso.acesso.gov.br/token', 'nonce' => 'abc', - 'code_verifier' => 'Ub0hCVGslVjxaME539ljWBvvTLmK6DWsUHplOIc8Ci8Ub0hCVGslVjxaME539ljWBvvTLmK6DWsUHplOIc8Ci8', - 'code_challenge' => 'xiB-jB0zqoOm18PZx1K4H1mp5E_Yl5EW1KQ3qGS40F8', - 'code_challenge_method' => 'S256', - 'userinfo_endpoint' => 'https://sso.staging.acesso.gov.br/jwk', 'state_salt' => "mapaspe", 'applySealId' => 2, 'menssagem_authenticated' => "", @@ -1147,8 +1141,9 @@ 'emailPrivado' => 'email', 'telefone1' => 'phone_number', ] + ] - + ] ) ],