SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AllowIDPSSO Property

Specifies if IdP-initiated Single Sign-On (SSO) is allowed.

Syntax

ANSI (Cross Platform)
int GetAllowIDPSSO();
int SetAllowIDPSSO(int bAllowIDPSSO); Unicode (Windows) BOOL GetAllowIDPSSO();
INT SetAllowIDPSSO(BOOL bAllowIDPSSO);
@property (nonatomic,readwrite,assign,getter=allowIDPSSO,setter=setAllowIDPSSO:) BOOL allowIDPSSO;
- (BOOL)allowIDPSSO;
- (void)setAllowIDPSSO:(BOOL)newAllowIDPSSO;
#define PID_SAMLIDPSERVER_ALLOWIDPSSO 2

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

FALSE

Remarks

Set this property to true to allow IdP-initiated Single Sign-Ons. Use AddIdPSSOLink method to add sign-on URLs.

Data Type

Boolean

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