Skip to content

Commit

Permalink
Fix namespace location
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Nov 18, 2023
1 parent 06a91f2 commit 7eeb415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/resources/xml/mdattr_EntityAttributes.xml
Expand Up @@ -4,9 +4,9 @@
<saml:AttributeValue>really</saml:AttributeValue>
<saml:AttributeValue>cool</saml:AttributeValue>
</saml:Attribute>
<saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="_93af655219464fb403b34436cfb0c5cb1d9a5502" IssueInstant="2022-10-16T22:51:18Z" Version="2.0">
<saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" ID="_93af655219464fb403b34436cfb0c5cb1d9a5502" IssueInstant="2022-10-16T22:51:18Z" Version="2.0">
<saml:Issuer>testIssuer</saml:Issuer>
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:Signature>
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
<ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
Expand Down

0 comments on commit 7eeb415

Please sign in to comment.