Skip to content

Commit

Permalink
Ajusta configurações do plugin de autenticação
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Jun 19, 2024
1 parent 46dba68 commit ec86876
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions docker/common/config.d/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => "",
Expand All @@ -1147,8 +1141,9 @@
'emailPrivado' => 'email',
'telefone1' => 'phone_number',
]

]

]
)
],
Expand Down

0 comments on commit ec86876

Please sign in to comment.