SecureBlackbox 2020 Java Edition

Questions / Feedback?

PreferredSingleLogoutResponseBinding Property

Specifies the preferred single logout response binding.

Syntax

public int getPreferredSingleLogoutResponseBinding();
public void setPreferredSingleLogoutResponseBinding(int preferredSingleLogoutResponseBinding);

Enumerated values: public final static int csbtNone = 0; public final static int csbtSOAP = 1; public final static int csbtPAOS = 2; public final static int csbtRedirect = 3; public final static int csbtPOST = 4; public final static int csbtArtifact = 5;

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

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