How do I retrieve saml attributes that are sent to me

How do I access the saml attributes that are being sent to me? I’ve seen some other topics that are similar that say to use SAMLServiceProvider.ReceiveSSO, but intellisense isn’t pulling that up at all.

I am using version 2.3.0.16 for reference and vb.net

Thanks

[quote]
jstoneski80 - 11/19/2019
How do I access the saml attributes that are being sent to me? I've seen some other topics that are similar that say to use SAMLServiceProvider.ReceiveSSO, but intellisense isn't pulling that up at all.

I am using version 2.3.0.16 for reference and vb.net

Thanks
[/quote]

Actually I think I figured it out looks like this did the trick for me samlAssertion.GetAttributeValue("firstName")

Version 2.3.0.16 is from 2011 and doesn’t include the SAML high-level API (ie SAMLServiceProvider.ReceiveSSO etc).
The various methods in the SAMLAssertion class, including GetAttributeValue, are what you have to use.
I recommend emailing us to look at upgrading at some stage.
You’ll find the release notes at:
https://www.componentspace.com/documentation/saml-for-asp-net/ComponentSpace%20SAML%20for%20ASP.NET%20Release%20Notes.pdf