SecureBlackbox 2020 C++ Edition

Questions / Feedback?

PreferredSingleSignOnResponseBinding Property

Specifies preferred SSO response binding.

Syntax

ANSI (Cross Platform)
int GetPreferredSingleSignOnResponseBinding();
int SetPreferredSingleSignOnResponseBinding(int iPreferredSingleSignOnResponseBinding); Unicode (Windows) INT GetPreferredSingleSignOnResponseBinding();
INT SetPreferredSingleSignOnResponseBinding(INT iPreferredSingleSignOnResponseBinding);

Possible Values

CSBT_NONE(0), 
CSBT_SOAP(1),
CSBT_PAOS(2),
CSBT_REDIRECT(3),
CSBT_POST(4),
CSBT_ARTIFACT(5)
@property (nonatomic,readwrite,assign,getter=preferredSingleSignOnResponseBinding,setter=setPreferredSingleSignOnResponseBinding:) int preferredSingleSignOnResponseBinding;
- (int)preferredSingleSignOnResponseBinding;
- (void)setPreferredSingleSignOnResponseBinding:(int)newPreferredSingleSignOnResponseBinding;

Possible Values

CSBT_NONE(0), 
CSBT_SOAP(1),
CSBT_PAOS(2),
CSBT_REDIRECT(3),
CSBT_POST(4),
CSBT_ARTIFACT(5)
#define PID_SAMLIDPSERVER_PREFERREDSINGLESIGNONRESPONSEBINDING 29

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLIdPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLIdPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

4

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 C++ Edition - Version 20.0 [Build 8166]