我使用以下工具与作曲者一起安装了SIMPLESAMLPHPPHP库:
作曲家需要simplesamlphp / simplesamlphp
为了进行配置,我需要在SIMPLESAMLPHP库根目录中添加saml-autoconfig.php文件,但是我的供应商文件夹位于.gitignore文件中。
当我使用saml-autoconfig.php文件更新composer @production整个配置时,它会丢失。
当我的作曲家获得更新时,我需要对其进行配置。
如果有人有主意请帮助
我需要添加以下配置文件
1)在saml-autoconfig.php中。
$metadata_url_for = array(
/* WARNING WARNING WARNING
* You MUST remove the testing IdP (idp.oktadev.com) from a production system,
* as the testing IdP will allow ANYBODY to log in as ANY USER!
* WARNING WARNING WARNING
* For testing with http://saml.oktadev.com use the line below:
*/
// 'test' => 'http://idp.oktadev.com/metadata',
);
2)供应商/simplesamlphp/config.php
'baseurlpath'=>''
3)vendor / simplesamlphpauthsources.php
'default-sp'=>'' //its default one .I want to add more sp.
我如何动态添加saml-autoconfig.php此文件并设置我的配置。