mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 05:35:09 +08:00
init(sp): 初始化了 sp 的基本库
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'type' => 'sp',
|
||||
// 'type' => 'idp',
|
||||
'type' => 'sp', // 当前项目类型,可选值:sp/idp
|
||||
|
||||
'server' => [
|
||||
'idp_id' => '', // 单点登录
|
||||
|
||||
15
src/Sp/Assertion.php
Normal file
15
src/Sp/Assertion.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Assertion.php@HyperfSaml
|
||||
*
|
||||
* @author 李东云<dongyun.li@luxcreo.cn>
|
||||
* Powered by PhpStorm
|
||||
* Created on 2022/3/29
|
||||
*/
|
||||
|
||||
namespace Singularity\HyperfSaml\Sp;
|
||||
|
||||
class Assertion
|
||||
{
|
||||
|
||||
}
|
||||
15
src/Sp/MetadataProfile.php
Normal file
15
src/Sp/MetadataProfile.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* MetadataProfile.php@HyperfSaml
|
||||
*
|
||||
* @author 李东云<dongyun.li@luxcreo.cn>
|
||||
* Powered by PhpStorm
|
||||
* Created on 2022/3/29
|
||||
*/
|
||||
|
||||
namespace Singularity\HyperfSaml\Sp;
|
||||
|
||||
class MetadataProfile
|
||||
{
|
||||
|
||||
}
|
||||
15
src/Sp/Slo.php
Normal file
15
src/Sp/Slo.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Slo.php@HyperfSaml
|
||||
*
|
||||
* @author 李东云<dongyun.li@luxcreo.cn>
|
||||
* Powered by PhpStorm
|
||||
* Created on 2022/3/29
|
||||
*/
|
||||
|
||||
namespace Singularity\HyperfSaml\Sp;
|
||||
|
||||
class Slo
|
||||
{
|
||||
|
||||
}
|
||||
22
src/Sp/Sso.php
Normal file
22
src/Sp/Sso.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Sso.php@HyperfSaml
|
||||
*
|
||||
* @author 李东云<dongyun.li@luxcreo.cn>
|
||||
* Powered by PhpStorm
|
||||
* Created on 2022/3/29
|
||||
*/
|
||||
|
||||
namespace Singularity\HyperfSaml\Sp;
|
||||
|
||||
/**
|
||||
* Singularity\HyperfSaml\Sp\Sso@HyperfSaml
|
||||
*
|
||||
* @author 李东云<dongyun.li@luxcreo.cn>
|
||||
* Powered by PhpStorm
|
||||
* Created on 2022/3/29
|
||||
*/
|
||||
class Sso
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user