Remove unused parameter in saml addon
parent
c4e24833eb
commit
bf679262b0
|
@ -161,7 +161,7 @@ function saml_sso_reply()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($user['uid'])) {
|
if (!empty($user['uid'])) {
|
||||||
DI::auth()->setForUser(DI::app(), $user);
|
DI::auth()->setForUser($user);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($_POST['RelayState']) && Utils::getSelfURL() != $_POST['RelayState']) {
|
if (isset($_POST['RelayState']) && Utils::getSelfURL() != $_POST['RelayState']) {
|
||||||
|
|
Loading…
Reference in New Issue