mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 05:55:09 +08:00
@@ -14,13 +14,15 @@ return [
|
||||
// common config
|
||||
'idp_id' => env('IDP_ID', 'https://test-accountx.luxcreo.cn/api/v1/auth'),
|
||||
// 单点登录
|
||||
|
||||
|
||||
// idp config
|
||||
|
||||
|
||||
// sp config
|
||||
// 以下内容向服务端申请
|
||||
'idp_assertion_url' => env('IDP_ASSERTION_URL', 'https://test-accountx.luxcreo.cn/api/v1/auth/assertion'), // 判断用户是否登录
|
||||
'idp_logout_url' => env('IDP_LOGOUT_URL', 'https://test-accountx.luxcreo.cn/api/v1/slo'), //单点退出
|
||||
'idp_assertion_url' => env('IDP_ASSERTION_URL', 'https://test-accountx.luxcreo.cn/api/v1/auth/assertion'),
|
||||
// 判断用户是否登录
|
||||
'idp_logout_url' => env('IDP_LOGOUT_URL', 'https://test-accountx.luxcreo.cn/api/v1/slo'),
|
||||
//单点退出
|
||||
],
|
||||
|
||||
// SP 相关配置
|
||||
|
||||
Reference in New Issue
Block a user