在Zend Framework3中更新作曲家时,如何集成simplesamlphp库和更新配置

我使用以下工具与作曲者一起安装了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此文件并设置我的配置。


慕姐4208626
浏览 145回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP