Skip to content

Commit

Permalink
feat(sso-bridge): update url
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanMelly committed Jun 13, 2024
1 parent e325404 commit 45dd6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sso-bridge/lib-sso.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$config = parse_ini_file("config.ini.php");
define("API_KEY",$config["API_KEY"]);

const SSO_PORTAL = "https://intranet.pm2etml.ch/auth/";
const SSO_PORTAL = "https://apps.pm2etml.ch/auth/";
const SESSION_SSO_KEY = "sso_bridge_correlation_id";

//
Expand Down

0 comments on commit 45dd6e1

Please sign in to comment.