Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.PrefferedSingleSignOnResponseBinding

TElSAMLIdentityProvider     See also     


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


Specifies preferred SSO response binding.

Declaration

[C#]
    TSBSAMLBindingType PrefferedSingleSignOnResponseBinding;

[VB.NET]
    Property PrefferedSingleSignOnResponseBinding As TSBSAMLBindingType

[Pascal]
    property PrefferedSingleSignOnResponseBinding : TSBSAMLBindingType;

[C++]
    TSBSAMLBindingType get_PrefferedSingleSignOnResponseBinding();
    void set_PrefferedSingleSignOnResponseBinding(TSBSAMLBindingType Value);

[PHP]
    integer get_PrefferedSingleSignOnResponseBinding()
    void set_PrefferedSingleSignOnResponseBinding(integer $Value)

[Java]
    short getPrefferedSingleSignOnResponseBinding();
    void setPrefferedSingleSignOnResponseBinding(short Value);

TSBSAMLBindingType values

Description

    Use this property to specify the preferred SSO response binding. This value is used by IdP when the default binding is not specified in SP's metadata file.

See also:     SingleSignOnServiceBindings    

Discuss this help topic in SecureBlackbox Forum