SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

PreferredSingleLogoutResponseBinding Property

Specifies the preferred single logout response binding.

Syntax

public var preferredSingleLogoutResponseBinding: SamlidpserverPreferredSingleLogoutResponseBindings

public enum class SamlidpserverPreferredSingleLogoutResponseBindings(val value: Int) {
csbtNone(0),
csbtSOAP(1),
csbtPAOS(2),
csbtRedirect(3),
csbtPOST(4),
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 Kotlin Edition - Version 20.0 [Build 8063]