Pascal Rigaux
Pascal Rigaux
This limits the effects of request #12480. Rationale: there is no reason to completely discard some search results. Example: result for "Rigaux Pascal" (that matches our LDAP "cn") are discarded...
without this fix, there is a race and retrievePGTFromPGTIOU can fail (happened with session-file-store with option { retries: 0 })
### Description ##### The feature or problem addressed by this PR MDQ always uses sha1 entityId encoding, but some MDQ server only handle percent-encoding https://github.com/IdentityPython/SATOSA/issues/460 Then change allows to behave...
Simplified Interface - when displaying logs in timeline, the user that did the action is not shown
### Code of Conduct - [x] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [x] I have searched the existing...
## Code Version 8.4.0 ## Expected Behavior If the browser sends `Cookie: foo: bar boo; SATOSA...`, the cookie `foo` should be ignored. ## Current Behavior It fails with "Unknown error"...
## Code Version 8.4.0 (via docker) ## Expected Behavior With ``` sp_config: metadata: mdq: - url: https://mdq.federation.renater.fr/test ``` I expected requests `/test/entities/https%3A%2F%2Fidp-test.univ-paris1.fr` ## Current Behavior It did `/test/entities/%7Bsha1%7Dd75d16c821f38b1bf6e33dc3d4d44e542a9f6786` which is...