SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestNameIDPolicyAllowCreate (property)

Matches the AllowCreate attribute of NameIDPolicy element of the request.

Syntax

@property (nonatomic,readonly,assign,getter=authnRequestNameIDPolicyAllowCreate) BOOL authnRequestNameIDPolicyAllowCreate;
- (BOOL)authnRequestNameIDPolicyAllowCreate;
public var authnRequestNameIDPolicyAllowCreate: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Matches the AllowCreate attribute of NameIDPolicy element of the request.

Use this property to access or set the AllowCreate attribute of NameIDPolicy, which allows or disallows the identity provider to create a new identifier when processing the authentication request.

This property is read-only.

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