mirror of
https://gh.wpcy.net/https://github.com/vladaman/freescout-saml2.git
synced 2026-04-17 09:02:20 +08:00
15 lines
450 B
PHP
Executable file
15 lines
450 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'name' => 'Saml',
|
|
'options' => [
|
|
'active' => ['default' => 'off'],
|
|
'entity_id' => ['default' => 'https://freescout.mysite.com'],
|
|
'sso_url' => ['default' => ''],
|
|
'slo_url' => ['default' => ''],
|
|
'oauth.auto_create' => ['default' => 'on'],
|
|
'oauth.mapping' => ['default' => ''],
|
|
'oauth.exclusive_login' => ['default' => 'off'],
|
|
'x509' => ['default' => '']
|
|
],
|
|
];
|