According to the documentation about setting up the identity provider, there's no reference to the following line of code:
In the mentioned documentation, you can enable the module by creating the enable file. However, the application ignores that, forcing the developer to look for this key and set it to true.
Why is that, and why is it not documented? The module is not enabled by default as the enable file is not present in the module's directory.
According to the documentation about setting up the identity provider, there's no reference to the following line of code:
simplesamlphp/config-templates/config.php
Line 486 in 64fca25
In the mentioned documentation, you can enable the module by creating the
enablefile. However, the application ignores that, forcing the developer to look for this key and set it totrue.Why is that, and why is it not documented? The module is not enabled by default as the
enablefile is not present in the module's directory.