SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AuthnRequestForceAuthn Property

Corresponds to the ForceAuthn parameter of the request.

Object Oriented Interface

public function getAuthnRequestForceAuthn();
public function setAuthnRequestForceAuthn($value);

Procedural Interface

secureblackbox_samlwriter_get($res, 82 );
secureblackbox_samlwriter_set($res, 82, $value );

Default Value

false

Remarks

Corresponds to the ForceAuthn parameter of the request.

Use this property to check or set the ForceAuthn parameter of the request, which enforces the identity provider to re-authenticate the presenter.

This property is not available at design time.

Data Type

Boolean

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