mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 07:15:05 +08:00
fix(assertion): 对 sso 成功后的 acs,修复了创建 cookie 的操作
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -123,7 +123,7 @@ class Assertion
|
||||
new SwooleStream(
|
||||
sprintf('<script>window.location.href="%s"</script>', $url)
|
||||
)
|
||||
)->withAddedHeader(Header::CONTENT_TYPE, 'text/html');
|
||||
)->withHeader(Header::CONTENT_TYPE, 'text/html');
|
||||
// return $this->response->redirect($url, RFC7231::FOUND);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user