Skip to content

Commit 6e8c9a9

Browse files
authored
Merge pull request #5 from openmsa/MSA-14278_change_realm_user_name_ovi
MSA-14278: 🎨 Change msa-workflow clientId & realm name.
2 parents 4c89fa7 + 4474448 commit 6e8c9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Reference/Common/curl_performer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function create_msa_operation_request ($operation, $msa_rest_api, $json_body = "
1818
$HTTP_HOST = "localhost"; // get_vars_value(WEB_NODE_PRIV_IP)"";
1919
$HTTP_PORT = "8480"; // get_vars_value(WEB_NODE_HTTP_PORT);
2020

21-
$url = getenv("API_TOKEN_URL") !== false ? getenv("API_TOKEN_URL") : "http://msa-auth:8080/auth/realms/main/protocol/openid-connect/token";
21+
$url = getenv("API_TOKEN_URL") !== false ? getenv("API_TOKEN_URL") : "http://msa-auth:8080/auth/realms/msa/protocol/openid-connect/token";
2222
$params = [
2323
"client_id" => getenv("CLIENT_ID"),
2424
"grant_type" => "client_credentials",
@@ -460,4 +460,4 @@ function requests_post($url, $params) {
460460
return $response;
461461
}
462462

463-
?>
463+
?>

0 commit comments

Comments
 (0)