mirror of
https://gh.wpcy.net/https://github.com/Khazhinov/freescout-openid.git
synced 2026-04-18 11:22:21 +08:00
15 lines
444 B
PHP
15 lines
444 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'OpenID',
|
|
'options' => [
|
|
'active' => ['default' => 'off'],
|
|
'client_id' => ['default' => 'freescout'],
|
|
'client_secret' => ['default' => ''],
|
|
'auth_url' => ['default' => 'https://'],
|
|
'token_url' => ['default' => 'https://'],
|
|
'user_url' => ['default' => 'https://'],
|
|
'scope' => ['default' => 'openid'],
|
|
'mailbox_ids' => ['default' => ''],
|
|
],
|
|
];
|