Skip to content
Snippets Groups Projects
Commit 684ef812 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

adiciona state

parent efffcc59
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,9 @@ export default function LoginForm({ ...@@ -29,8 +29,9 @@ export default function LoginForm({
response_type: "code", response_type: "code",
client_id: "mecredhomologa.c3sl.ufpr.br", client_id: "mecredhomologa.c3sl.ufpr.br",
scope: "openid+email+profile+govbr_confiabilidades", scope: "openid+email+profile+govbr_confiabilidades",
redirect_uri: "mecredhomologa.c3sl.ufpr.br", redirect_uri: "https://mecredhomologa.c3sl.ufpr.br",
nonce: "1121", nonce: "1121",
state: "olá mundo",
code_challenge: "Ra1GhTAFgJYB8p_uS8XfPnhBMcU1FDyZuIZ4akw5IAM", code_challenge: "Ra1GhTAFgJYB8p_uS8XfPnhBMcU1FDyZuIZ4akw5IAM",
code_challenge_method: "S256", code_challenge_method: "S256",
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment