mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 05:35:09 +08:00
feat(sp): 完善了退出登录回调的逻辑
添加了 Redis 中的 token 映射 Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -6,10 +6,14 @@ return [
|
||||
// 当前项目类型
|
||||
'type' => 'sp', // 可选值:sp/idp
|
||||
|
||||
// 是否支持多用户同时在线
|
||||
'allow_multi_online' => true,
|
||||
|
||||
// IDP 相关配置
|
||||
'server' => [
|
||||
// common config
|
||||
'idp_id' => env('IDP_ID', 'https://test-accountx.luxcreo.cn/api/v1/auth'), // 单点登录
|
||||
'idp_id' => env('IDP_ID', 'https://test-accountx.luxcreo.cn/api/v1/auth'),
|
||||
// 单点登录
|
||||
|
||||
// idp config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user