mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 07:35:07 +08:00
fix: 尝试修复无法登录的问题
This commit is contained in:
@@ -33,13 +33,11 @@ abstract class AbstractService
|
||||
* @Value("idp_id")
|
||||
*/
|
||||
protected ?string $idpId;
|
||||
|
||||
/**
|
||||
* @Inject
|
||||
* @var \Hyperf\HttpServer\Contract\RequestInterface
|
||||
*/
|
||||
protected RequestInterface $request;
|
||||
|
||||
|
||||
public function __construct(protected RequestInterface $request)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析 SAMLRequest
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user