Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.ForceAuthn

TElSAMLAuthnRequestElement     See also     


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


Specifies whether the identity provider must authenticate the presenter directly.

Declaration

[C#]
    bool ForceAuthn;

[VB.NET]
    Property ForceAuthn As Boolean

[Pascal]
    property ForceAuthn : boolean;

[C++]
    bool get_ForceAuthn();
    void set_ForceAuthn(bool Value);

[PHP]
    bool get_ForceAuthn()
    void set_ForceAuthn(bool $Value)

[Java]
    boolean getForceAuthn();
    void setForceAuthn(boolean Value);

Description

When this attribute is present, and is set to true, the identity provider must authenticate the presenter directly, not relying on the previous security context. The default value is false.

See also:     UseForceAuthn    

Discuss this help topic in SecureBlackbox Forum