SAMLServer

Description

POJO representing a SAML provider (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Supported Operations

Model Properties

Property Required Type Description
version False string A unique string version assigned by the system when the object is created or modified. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete an existing object. As the version will change every time the object is modified, the value provided in this identifier must match exactly what is present in the system or the request will be rejected.
name False string A String object containing the name of the SAML object. The string can be upto a maximum of 128 characters.
description False string Description of object; no more than 200 characters
Field level constraints: length must be between 0 and 200 (inclusive), must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
samlIssuerURL True string URL/IP address at which the SAML provider will provide metadata. Some SAML providers present this URL as "Entity ID". Length should be no less than 4 and no more than 256.
Field level constraints: cannot be null, length must be between 4 and 256 (inclusive). (Note: Additional constraints might exist)
signInURL True string URL/IP address at which the SAML provider will accept incoming requests to authenticate a user. Length should be no less than 4 and no more than 500.
Field level constraints: cannot be null, length must be between 4 and 500 (inclusive). (Note: Additional constraints might exist)
signOutURL True string (Optional) URL/IP address at which the SAML provider will accept incoming requests to log out. Length should be no less than 4 and no more than 500.
Field level constraints: length must be between 4 and 500 (inclusive). (Note: Additional constraints might exist)
samlIssuerCert True object Trusted CA certificate provided by SAML provider.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
Allowed types are: [ExternalCACertificate]
ftdCert False object (Optional) Trusted CA certificate provided to the SAML provider.
Allowed types are: [InternalCertificate]
requestTimeout False integer (Optional) If specified, this configuration overrides NotOnOrAfter if the sum of NotBefore and timeout-in-seconds is earlier than NotOnOrAfter. Minimum value is 1, maximum value is 7200. If set to null, NotBefore and NotOnOrAfter in the assertion is used to determine the validity.
Field level constraints: must be between 1 and 7200 (inclusive). (Note: Additional constraints might exist)
serverOnInternalNetwork False boolean (Optional) Flag indicating the SAML provider in on an inside network. If set to true, the sensor work in a gateway mode. Default value is false.
reAuthAtLogin False boolean Require users to re-authenticate when logging into the SAML Server.
signatureType False string (Optional) Type of algorithm to use when signing outgoing SAML requests. Valid values are: SHA1, SHA256, SHA384 or SHA512. Set if null to not sign.
id False string UUID
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
type True string samlserver