robrichards / wse-php

Libraries for adding WS-* support to ext/soap in PHP
129 stars 92 forks source link

No Issuer name, serial number Implementation for signature X.509 certificate #20

Open 3sco opened 8 years ago

3sco commented 8 years ago

I think is necessary a reference to an Issuer and Serial Number

garex commented 8 years ago

@3sco how to repeat the issue?

RauchF commented 7 years ago

@garex: It's not a "repeatable issue" per se. Some services require per their policy, use of an issuer serial reference (/sp:X509Token/wsp:Policy/sp:RequireIssuerSerialReference).

I am currently having to work with such a service myself, and am desperately missing support for this.

An example for a WSDL containing a binding with such a policy can be found here.

vheathen commented 4 years ago

@garex: It's not a "repeatable issue" per se. Some services require per their policy, use of an issuer serial reference (/sp:X509Token/wsp:Policy/sp:RequireIssuerSerialReference).

I am currently having to work with such a service myself, and am desperately missing support for this.

An example for a WSDL containing a binding with such a policy can be found here.

@RauchF sorry for so late request, but did you found a way to work with wsp/X509TokenV3 with Issuer Serial and Key Identifier?