Class SamlIdp
SAML IdPs
[DataContract]
public class SamlIdp
- Inheritance
-
SamlIdp
- Inherited Members
Properties
ConsumerUrl
Consumer URL
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "consumerUrl")]
public string ConsumerUrl { get; set; }
Property Value
IdpId
idpId
[DataMember(Name = "idpId")]
public string IdpId { get; set; }
Property Value
SloLogoutUrl
Dashboard will redirect users to this URL when they sign out.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "sloLogoutUrl")]
public string SloLogoutUrl { get; set; }
Property Value
X509certSha1Fingerprint
Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "x509certSha1Fingerprint")]
public string X509certSha1Fingerprint { get; set; }