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