Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.Scoping

TElSAMLAuthnRequestElement     See also     


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


Specifies authentication scoping trusted by the requester.

Declaration

[C#]
    TElSAMLScopingElement Scoping;

[VB.NET]
    Property Scoping As TElSAMLScopingElement

[Pascal]
    property Scoping : TElSAMLScopingElement;

[C++]
    TElSAMLScopingElement* get_Scoping();
    void set_Scoping(TElSAMLScopingElement &Value);
    void set_Scoping(TElSAMLScopingElement *Value);

[PHP]
    TElSAMLScopingElement get_Scoping()
    void set_Scoping(TElSAMLScopingElement $Value)

[Java]
    TElSAMLScopingElement getScoping();
    void setScoping(TElSAMLScopingElement Value);

Description

The Scoping element specifies a set of identity providers used by the requester to authenticate the presenter (i.e., the sender of AuthnRequest). It also specifies the limitations and the context for proxying the message to identity providers by the responder.

See also:     ForceAuthn    

Discuss this help topic in SecureBlackbox Forum