marek-binkowski-sim
marek-binkowski-sim
> Are you using this library stand-alone? > > As you may have read in the README; > > > Note that the HTTP Artifact Binding and SOAP client do...
> I think this one-liner fix should solve your problem; [6c48095](https://github.com/simplesamlphp/saml2/commit/6c48095e34a1edf64f30404ca191f705c5d659ef) Could you confirm this? Then I will tag a new bugfix-release Thank you @tvdijen , I will need a...
@tvdijen do I understand [your fix](https://github.com/simplesamlphp/saml2/commit/6c48095e34a1edf64f30404ca191f705c5d659ef) correctly, it would require my IdP metadata to contain the CA certificate, so that it would get loaded? I've checked, and the IdP metadata...
Hi @tvdijen , I think I did what you suggested, unfortunately it didn't work for me. Here's exactly what I did My IdProvider uses a private certificate which requires a...
Hi @tvdijen , apologies that it took so long, I must admit I was pretty confused for a while about what I was wrong about and how to do it...
To sum up: - Thanks to commit https://github.com/simplesamlphp/saml2/commit/6c48095e34a1edf64f30404ca191f705c5d659ef, since version 4.6.4 it is possible to configure your own CA chain to verify peer certificate. You can configure the CA chain...
@tvdijen please excuse me, I can see now I've mistyped my question above (corrected now). I wrote verify_peer, whereas I meant verify_depth, which is statically set to 1 and in...