/
var
/
www
/
html
/
SugarEnt-Full-25.1.0
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ $sugar_idm_config = [ 'enabled' => false, // 'clientId' => 'srn:cloud:iam:eu:0000000001:app:crm:99711b76-bb31-11e8-8df0-985aeb8a5c2a', // 'clientSecret' => 'mangoOIDCClientSecret', // 'stsUrl' => getenv('OP_SERVICE_URL'), // or just sts.namespace // 'idpUrl' => getenv('IDP_SERVICE_URL'), // or just idp.namespace // 'http_client' => [ // 'retry_count' => 0, // 'delay_strategy' => 'linear', // ], // 'stsKeySetId' => 'mangoOIDCKeySet', // 'tid' => 'srn:cloud:iam:eu:0000000001:tenant', // 'crmOAuthScope' => 'https://apis.sugarcrm.com/auth/crm', // 'requestedOAuthScopes' => [ // 'offline', // 'https://apis.sugarcrm.com/auth/crm', // 'profile', // 'email', // 'address', // 'phone', // ], // 'cloudConsoleUrl' => 'http://console.sugarcrm.local', // 'cloudConsoleRoutes' => [ // 'passwordManagement' => 'password-management', // 'userCreate' => 'user-create', // 'userProfile' => 'user-profile', // 'forgotPassword' => 'forgot-password', // ], ];