maj nineskeletor
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
cedd6bfcec
commit
c7c1f9caa7
|
@ -382,7 +382,7 @@ class SecurityController extends AbstractController
|
||||||
$request->getSession()->invalidate();
|
$request->getSession()->invalidate();
|
||||||
|
|
||||||
$url = $this->getParameter('oauthLogouturl');
|
$url = $this->getParameter('oauthLogouturl');
|
||||||
if ($url) {
|
if ($url && $idtoken) {
|
||||||
$callback = ($request->isSecure() ? 'https://' : 'http://').str_replace('//', '/', $this->getParameter('appWeburl').$this->getParameter('appAlias').$this->generateUrl('app_home'));
|
$callback = ($request->isSecure() ? 'https://' : 'http://').str_replace('//', '/', $this->getParameter('appWeburl').$this->getParameter('appAlias').$this->generateUrl('app_home'));
|
||||||
$callback = substr($callback, 0, -1);
|
$callback = substr($callback, 0, -1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue