Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.PreferredSingleSignOnResponseBinding

TElSAMLIdentityProvider     See also     


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


Specifies preferred SSO response binding.

Declaration

[C#]
    TSBSAMLBindingType PreferredSingleSignOnResponseBinding;

[VB.NET]
    Property PreferredSingleSignOnResponseBinding As TSBSAMLBindingType

[Pascal]
    property PreferredSingleSignOnResponseBinding : TSBSAMLBindingType;

[C++]
    TSBSAMLBindingType get_PreferredSingleSignOnResponseBinding();
    void set_PreferredSingleSignOnResponseBinding(TSBSAMLBindingType Value);

[PHP]
    integer get_PreferredSingleSignOnResponseBinding()
    void set_PreferredSingleSignOnResponseBinding(integer $Value)

[Java]
    short getPreferredSingleSignOnResponseBinding();
    void setPreferredSingleSignOnResponseBinding(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