Class IdentityProviderMetadataImporter
Imports SAML identity provider metadata.
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.Metadata.Import
Assembly: ComponentSpace.Saml2.dll
Syntax
public class IdentityProviderMetadataImporter : ProviderMetadataImporter
Properties
SingleSignOnServiceBinding
Gets or sets the single sign-on service binding.
Declaration
public string SingleSignOnServiceBinding { get; set; }
Property Value
Type | Description |
---|---|
System.String | The single sign-on service binding. |
SingleSignOnServiceUrl
Gets or sets the URL to receive SAML authn requests.
Declaration
public string SingleSignOnServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL to receive SAML authn requests. |
WantAuthnRequestsSigned
Gets or sets the flag indicating whether SAML authn requests should be signed.
Declaration
public bool? WantAuthnRequestsSigned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The flag indicating whether SAML authn requests should be signed. |
Methods
Import(IdpSsoDescriptor)
Imports the SAML identity provider metadata.
Declaration
public virtual void Import(IdpSsoDescriptor ssoDescriptor)
Parameters
Type | Name | Description |
---|---|---|
IdpSsoDescriptor | ssoDescriptor | The SAML metadata. |