mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 03:45:06 +08:00
fix(slo): 修复slo的RelayState
This commit is contained in:
@@ -52,7 +52,7 @@ class Slo
|
||||
$issuer = config('saml.client.entity_id');
|
||||
$this->authentication->invalidByToken();
|
||||
|
||||
$relayState = $this->request->query('relayState', '');
|
||||
$relayState = $this->request->query('RelayState', '');
|
||||
|
||||
$url = $this->base->createLogoutRequest(
|
||||
uid: $uid,
|
||||
|
||||
Reference in New Issue
Block a user