SecureBlackbox 2020 iOS Edition

Questions / Feedback?

allowIDPSSO (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=allowIDPSSO,setter=setAllowIDPSSO:) BOOL allowIDPSSO;
- (BOOL)allowIDPSSO;
- (void)setAllowIDPSSO:(BOOL)newAllowIDPSSO;
public var allowIDPSSO: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

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

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