SecureBlackbox 2020 PHP Edition

Questions / Feedback?

PreferredSingleLogoutResponseBinding Property

Specifies the preferred single logout response binding.

Object Oriented Interface

public function getPreferredSingleLogoutResponseBinding();
public function setPreferredSingleLogoutResponseBinding($value);

Procedural Interface

secureblackbox_samlidpserver_get($res, 28 );
secureblackbox_samlidpserver_set($res, 28, $value );

Default Value

3

Remarks

This value is used by the Identity Provider (IdP) when the default binding is not specified in Service Provider's (SP) metadata file.

The binding is the mechanism of message exchange used by SAML requestors and responders.

csbtNone0
csbtSOAP1
csbtPAOS2
csbtRedirect3
csbtPOST4
csbtArtifact5

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]