Adding assertions doesn't show in saml post


var attributes = new List() { new SamlAttribute(“nNme”,“urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress”,null,“Pal”), new SamlAttribute(ClaimTypes.Surname,“Ruban pal”),
};


Added the attributes above but dosent appear in the SAML


[quote]
palanisr - 1/15/2022

var attributes = new List() { new SamlAttribute("nNme","urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",null,"Pal"), new SamlAttribute(ClaimTypes.Surname,"Ruban pal"),
};


Added the attributes above but dosent appear in the SAML


[/quote]

And or Claims...

Thanks,

They should appear in the SAML assertion.

Please enable SAML trace and take a look at the generated SAML assertion.

https://www.componentspace.com/forums/7936/Enabling-SAML-Trace

If there’s still an issue, please send the generated log file as an email attachment to support@componentspace.com mentioning your forum post.

[quote]
ComponentSpace - 1/15/2022
They should appear in the SAML assertion.

Please enable SAML trace and take a look at the generated SAML assertion.

https://www.componentspace.com/forums/7936/Enabling-SAML-Trace

If there's still an issue, please send the generated log file as an email attachment to support@componentspace.com mentioning your forum post.
[/quote]

Please see log which does not include the attributes.

Thanks for the log.

Attached is the SAML assertion extracted from the log.

You’ll see that it includes the two SAML attributes you added.

[quote]
ComponentSpace - 1/16/2022
Thanks for the log.

Attached is the SAML assertion extracted from the log.

You'll see that it includes the two SAML attributes you added.

[/quote]

thank You

You’re welcome.