Interface IIdpSsoResult
Specifies the identity provider single sign-on result.
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface IIdpSsoResult
  Properties
CorrelationID
Gets the correlation ID used to uniquely identify the request and correlate it with the response.
Declaration
string CorrelationID { get; }
  Property Value
| Type | Description | 
|---|---|
| string | The correlation ID.  | 
      
PartnerName
Gets sets the partner name.
Declaration
string PartnerName { get; }
  Property Value
| Type | Description | 
|---|---|
| string | The partner name.  | 
      
SsoOptions
Gets the SSO options.
Declaration
ISsoOptions SsoOptions { get; }
  Property Value
| Type | Description | 
|---|---|
| ISsoOptions | The SSO options.  |