We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13407ae commit 10ad29cCopy full SHA for 10ad29c
1 file changed
tests/SAML2/XML/md/ExtensionsTest.php
@@ -171,7 +171,9 @@ public function testUnmarshalling(): void
171
<mdui:DiscoHints>
172
<mdui:IPHint>127.0.0.1</mdui:IPHint>
173
</mdui:DiscoHints>
174
- <idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://example.org/authenticate/sp" index="1"/>
+ <idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
175
+ Location="https://example.org/authenticate/sp"
176
+ index="1"/>
177
<alg:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
178
<alg:SigningMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha224" MinKeySize="1024" MaxKeySize="4096"/>
179
<ns:SomeChunk foo="bar">SomeText</ns:SomeChunk>
0 commit comments