We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 367cd3c + 2a5027f commit b0d31dfCopy full SHA for b0d31df
src/ITfoxtec.Identity.Saml2/Schemas/Metadata/RequestedAttribute.cs
@@ -44,7 +44,7 @@ protected IEnumerable<XObject> GetXContent()
44
yield return new XAttribute(Saml2MetadataConstants.Message.IsRequired, IsRequired);
45
46
if (AttributeValue != null) {
47
- var attribVal = new XElement(Saml2MetadataConstants.SamlAssertionNamespaceNameX + Saml2MetadataConstants.Message.AttributeValue) {
+ var attribVal = new XElement(Saml2MetadataConstants.SamlAssertionNamespaceX + Saml2MetadataConstants.Message.AttributeValue) {
48
Value = AttributeValue
49
};
50
yield return new XElement(attribVal);
0 commit comments