Interface ISpSsoResult
Specifies the service provider single sign-on result.
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ISpSsoResult
Properties
Attributes
Gets the SAML attributes.
Declaration
IList<SamlAttribute> Attributes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SamlAttribute> | The SAML attributes or |
AuthnContext
Gets the authentication context.
The authentication context identifies the method by which the user was authenticated.
Declaration
string AuthnContext { get; }
Property Value
Type | Description |
---|---|
System.String | The authentication context or |
IsInResponseTo
Gets the flag indicating whether this is in response to a previous request.
Declaration
bool IsInResponseTo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
NameIDFormat
Gets the name identifier format.
The name identifier format.
Declaration
string NameIDFormat { get; }
Property Value
Type | Description |
---|---|
System.String | The name identifier format or |
PartnerName
Gets the partner name.
Declaration
string PartnerName { get; }
Property Value
Type | Description |
---|---|
System.String | The partner name. |
RelayState
Gets the relay state.
Declaration
string RelayState { get; }
Property Value
Type | Description |
---|---|
System.String | The relay state or |
UserID
Gets the user ID.
Declaration
string UserID { get; }
Property Value
Type | Description |
---|---|
System.String | The user ID or |