diff --git a/src/aai/aai_config.js b/src/aai/aai_config.js index 9ef97c06dc2..e4f42a86d4c 100644 --- a/src/aai/aai_config.js +++ b/src/aai/aai_config.js @@ -14,7 +14,7 @@ jQuery(document).ready( if (instance.repoPath.charAt(instance.repoPath.length - 1) !== '/') { instance.repoPath = instance.repoPath + '/'; } - instance.target = instance.host + instance.port + instance.repoPath; + instance.target = instance.repoPath; //In order to use the discojuice store (improve score of used IDPs) //Works only with "verified" SPs - ie. ufal-point, displays error on ufal-point-dev @@ -34,7 +34,8 @@ jQuery(document).ready( '

Forgot your password?

' + '

' + ''; - instance.target = instance.target + "shibboleth-login"; + // XXX there should be a better way then hardcoding this + instance.target = instance.target + "authn/shibboleth"; return instance; })(); if (!("aai" in window)) {