SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AllowIDPSSO Property

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

Object Oriented Interface

public function getAllowIDPSSO();
public function setAllowIDPSSO($value);

Procedural Interface

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

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 PHP Edition - Version 20.0 [Build 8154]