Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.DefaultPassiveAuthnContextClassRef

TElSAMLIdentityProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Defines the default passive authentication scheme.

Declaration

[C#]
    string DefaultPassiveAuthnContextClassRef;

[VB.NET]
    Property DefaultPassiveAuthnContextClassRef As String

[Pascal]
    property DefaultPassiveAuthnContextClassRef : string;

[C++]
    void get_DefaultPassiveAuthnContextClassRef(std::string &OutResult);
    void set_DefaultPassiveAuthnContextClassRef(const std::string &Value);

[PHP]
    string get_DefaultPassiveAuthnContextClassRef()
    void set_DefaultPassiveAuthnContextClassRef(string $Value)

[Java]
    String getDefaultPassiveAuthnContextClassRef();
    void setDefaultPassiveAuthnContextClassRef(String Value);

Description

    Use this property to specify the authentication scheme to be used when a "passive" authentication request has ben received from SP. The default value is "urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient".

See also:     BlockedClientIP     OnCertificateValidate     Authenticate a client    

Discuss this help topic in SecureBlackbox Forum