Table of Contents

Interface IIdpSsoResult

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

Specifies the identity provider single sign-on result.

public interface IIdpSsoResult

Properties

CorrelationID

Gets the correlation ID used to uniquely identify the request and correlate it with the response.

string CorrelationID { get; }

Property Value

string

The correlation ID.

PartnerName

Gets sets the partner name.

string PartnerName { get; }

Property Value

string

The partner name.

SsoOptions

Gets the SSO options.

ISsoOptions SsoOptions { get; }

Property Value

ISsoOptions

The SSO options.