Adding RequestAuthnContext element to a SAML request using High Level API

Hi!
I'm using ComponentSpace SAML v2.0 .NET (version 2.5.0.19) for SSO in an ASP.NET webb application (SP) and the IdP used is ADFS. The IdP people wants me to include the following XML element in the SAML request from my webb application. Ho do i do it? I'm using a saml.config file and the SamlServiceProvider.InitiateSSO(Response, null, "IDP") method.



urn:federation:authentication:windows



/Martin

Hi Martin
This can be set through SAML configuration.
For example:


<PartnerIdentityProvider
AuthnContext=“urn:federation:authentication:windows”
AuthnContextComparison=“exact”


These settings can also be specified in the SSOOptions.
However, this functionality was added after the release you have.
You would need to upgrade to the latest release.
Please emails us for details.