Skip to content
Snippets Groups Projects
Commit 3f8063b9 authored by Elian Loraux's avatar Elian Loraux
Browse files

fix variable name

Closes #5
parent 295ea988
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,5 @@ print("MAIN_AUTHENTICATION_OIDC_USERINFO_URL \t https://" + keycloakHost + "/rea
dolibarr_urlencode = "https%3A%2F%2F" + doliHost
print("MAIN_LOGOUT_GOTO_URL \t\t\t https://" + keycloakHost + "/realms/" + realm + "/protocol/openid-connect/auth?client_id=" + clientID + "&redirect_uri=" + dolibarr_urlencode + "%2F%3Fopenid_mode%3Dtrue&scope=openid profile email&response_type=code")
print("MAIN_AUTHENTICATION_OPENID_URL \t\t https://" + keycloakHost + "/realms/" + realm + "/protocol/openid-connect/logout?client_id="+ clientID + "&returnTo=" + dolibarr_urlencode)
print("MAIN_AUTHENTICATION_OPENID_URL \t\t\t https://" + keycloakHost + "/realms/" + realm + "/protocol/openid-connect/auth?client_id=" + clientID + "&redirect_uri=" + dolibarr_urlencode + "%2F%3Fopenid_mode%3Dtrue&scope=openid profile email&response_type=code")
print("MAIN_LOGOUT_GOTO_URL \t\t https://" + keycloakHost + "/realms/" + realm + "/protocol/openid-connect/logout?client_id="+ clientID + "&returnTo=" + dolibarr_urlencode)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment