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]
[/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][/quote]
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.
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.
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]
[/quote]
thank You
You’re welcome.