Discuss this help topic in SecureBlackbox Forum
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".
Discuss this help topic in SecureBlackbox Forum