Class LocalIdentityProviderConfiguration
The local identity provider configuration specifies the configuration for the local identity provider.
Inheritance
System.Object
LocalIdentityProviderConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
public class LocalIdentityProviderConfiguration : LocalProviderConfiguration
Properties
SingleSignOnServiceUrl
Gets or sets the identity provider's single sign-on service URL.
The single sign-on service URL is the endpoint at which the SAML authn request is received.
Declaration
public string SingleSignOnServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identity provider's single sign-on service URL. |