-
I added a test
```php
/**
* Test.
*
* @dataProvider providerTestSignAndVerify
*
* @param string $privateKeyFile The key file
* @param string $publicKeyFile …
-
Hi!
Thank you for this effort! I was trying the library, and after some modifications to the source code, particularly a few missing include clauses and a more intriguing error, that, may explain (…
-
Hello,
I am really enjoying this bundle!
There is just one thing that doesn't seem to work.
When the ADFS is configured to use SHA-256 as signing algorithm and the SP SSL certificate is signed as SHA…
-
I am trying XSW1 but the signature is turning out to be invalid after the transformation.
Turns out the SAML Raider is losing whitespace, and so the canonicalized output is different. Initial SignedI…
-
Code:
```
openssl_pkcs12_read(file_get_contents($pkcs12_file), $certs, $pkcs12_pass);
$data = new DOMDocument();
$data->load($file);
$objKey = new XMLSecurityKey(XMLSecurityKey::RSA_SHA1, ['t…
alphp updated
6 years ago
-
Looking at my generated metadata, it seems support is advertised for many different SigningMethods.
```
```
It seems this list is generated by checking if each i…
-
Hello,
I have been trying to sign saml Response for SSO implementation.
I was able to sign, however, I;m stuck with adding InclusiveNamespaces Tag with PrefixList="#default code ds kind rw saml s…
-
Hello,
This is the output signed xml that is needed
```
some data
.....
this is to be signed
```
I only want tag …
iasna updated
3 years ago
-
```
$ mdqt list
MDQT is assuming that you want to use https://mdq.incommon.org/
Please configure this using --service, MDQT_SERVICE or MDQ_BASE_URL
XML signature verification and XML validation …
-
Given the following DTD:
%signature.dtd;
And the included signature.dtd:
And the sample XML:
x…