Skip to content
Snippets Groups Projects
Commit 756968d4 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix login url

parent fa1bd39b
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,7 @@ class shibd_discofeed
// see also https://help.switch.ch/aai/guides/discovery/login-link-composer/
$sUrl = $this->_sShibLoginUrl
. '?entityID='. urlencode($sEntityId)
. "&target=" . urlencode($sEntityId)
. "&target=" . urlencode($this->SELFURL.($aConfig['return-url']??''))
. "&target=" . urlencode($this->SELFURL.($this->aConfig['return-url']??''))
;
$sKey=$sLabel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment