monkeyiq

Results 9 issues of monkeyiq

This is another attempt at loading metadata from a subdirectory containing either php or xml files (or both). This specifically allows SP files to be broken out into one file...

If a translation in messages.po has no msgstr but one is available in the core, saml, or admin modules then copy it to the messages.po file. The opposite is also...

As reported here https://github.com/simplesamlphp/simplesamlphp/pull/2269 the `st` language code needs to be updated to the Symfony locale similar to how `pt-br` and ` zh-tw` have already been handled.

The docs for SP API reference mention the name of the SP to use as `string $authSource` ``` It has a single parameter, which is the ID of the authentication...

I notice many of the config API calls have a space for a default value to be passed. ``` public function getOptionalString(string $name, ?string $default): ?string ``` If a call...

enhancement

This was raised in https://github.com/simplesamlphp/simplesamlphp/issues/2447 When you have a hosted IdP with ``` 'metadata.sign.enable' => true, ``` This PR will allow the privatekey, certificate to be used for signing the...

Remove information in simplesamlphp-advancedfeatures.md about possible fallback from metadata.sign.privatekey to privatekey in IdP and SP metadata files This was raised in https://github.com/simplesamlphp/simplesamlphp/issues/2447 as not working for IdP metadata. I have...

If this block is in use then the SP will send an `art` request using the binding to the IdP which will fail. It seems the request from the SP...

**Specifics of your environment** 1. Are you acting as SP/IdP/proxy? 2. SimpleSAMLphp: What version are you using? -- 2.36-full 3. PHP: What version are you using? -- Php: 8.4-apache (`6.8.0-52-generic...