Skip to content

Commit

Permalink
Merged in SHIBUI-938 (pull request #242)
Browse files Browse the repository at this point in the history
[SHIBUI-938]

Approved-by: Dmitriy Kopylenko <dkopylenko@unicon.net>
  • Loading branch information
Jonathan Johnson committed Nov 19, 2018
2 parents a2cacf5 + d33b9be commit 43ac72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class IncommonJPAMetadataResolverServiceImplTests extends Specification {
it
}
def attribute = attributeUtility.createAttributeWithStringValues('here', null, 'there')
attribute.nameFormat = null
attribute.nameFormat = 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri'
attribute.namespacePrefix = 'saml'
attribute.attributeValues.each { val ->
((XSString)val).namespacePrefix = 'saml'
Expand Down
2 changes: 1 addition & 1 deletion backend/src/test/resources/conf/278.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<MetadataFilter maxValidityInterval="P14D" xsi:type="RequiredValidUntil"/>
<MetadataFilter xsi:type="EntityAttributes">
<saml:Attribute
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="here">
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="here" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="xsd:string">there</saml:AttributeValue>
</saml:Attribute>
<Entity>https://sp1.example.org</Entity>
Expand Down

0 comments on commit 43ac72b

Please sign in to comment.