diff options
author | Simon Rettberg | 2015-03-04 18:43:06 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-03-04 18:43:06 +0100 |
commit | 7b17223904214024018f626715926fa729941d3c (patch) | |
tree | 6d9fd93915726600ed6c430d1e2e64af87528ef1 /shib | |
parent | Third Commit (diff) | |
download | bwlp-webadmin-7b17223904214024018f626715926fa729941d3c.tar.gz bwlp-webadmin-7b17223904214024018f626715926fa729941d3c.tar.xz bwlp-webadmin-7b17223904214024018f626715926fa729941d3c.zip |
Fourth Commit
Diffstat (limited to 'shib')
-rw-r--r-- | shib/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shib/api.php b/shib/api.php index 0c2a297..58b9c80 100644 --- a/shib/api.php +++ b/shib/api.php @@ -38,7 +38,7 @@ if (empty($_SERVER['persistent-id'])) { // Not found, so we don't know which satellite to use $response['status'] = 'unregistered'; $response['id'] = $shibId; - $response['url'] = 'https://bwlp-masterserver.ruf.uni-freiburg.de/secure-all/'; + $response['url'] = 'https://bwlp-masterserver.ruf.uni-freiburg.de/webif/'; } else { // Found, see if we got personal information, either temporarily through metadata, or from database $firstName = $user['firstname']; |