simplesamlphp icon indicating copy to clipboard operation
simplesamlphp copied to clipboard

SimpleSAMLphp is an application written in native PHP that deals with authentication.

Results 136 simplesamlphp issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I've set up SMTP in `config/config.php` using the following settings: > 'technicalcontact_email' => '[email protected]', > 'mail.transport.method' => 'smtp', > mail.transport.options' => [ > 'host' => 'mx.example.com', >...

**Describe the bug** When logging.handler is set to syslog or errorlog, it tries to create /dev/null **To Reproduce** 1. Install SSP 2. Set logging.handler in config.php to syslog or errorlog...

bug

Goal of this (WIP) PR is to: - [ ] Start using auto-generated .pot-files; - [ ] Automatically update .po-files when new translations are added; - [ ] Automatically generate...

this allows people to add extra header-lines without needing to override the base.twig template completely by creating _head.twig with their own meta/css/... lines. If the template is missing nothing is...

# Problem SimpleSAMLphp was not designed to support protocol proxy setups. Fortunately it supports a lot of those use cases. One particular feature that has always been missing in proxy...

Closes #367 The original PR cannot be rebased because the upstream repository was set to read-only. NOTE: needs testing!

- Now setting keyName of KeyInfo. This is derived from both the certificate fingerprint and the entityId. - Now setting IsDefault argument for first ACS in SP metadata generation.

Now allowing generation of SP metadata XML that includes @validuntil or @cacheDuration at EntityDescriptor.

This checks some of the boxes in #371: - [x] Extract the log levels definition from \SimpleSAML\Logger and use the ones defined by Psr\Log\LogLevel instead. - [x] Add a `$context`...