Most SAML products require information about the target application, such as the URLs for Secure SSO (SSSO), Recipient, and Destination. When setting up SAML with the Director, use the following information:
- Single Sign On URL:
https://directorIP/users/saml/auth - Recipient URL:
https://directorIP/users/saml/auth - Destination URL:
https://directorIP/users/saml/auth - Audience Restriction:
https://directorIP/users/saml/metadata
The SAML Authentication form in the platform does not change for the different SAML products. However, where you find the required information in the SAML product is unique, so use the product's documentation to identify the required information. We will continue to update this section with additional SAML products. If your product is not listed, you can still use the available process as a basis for your setup.
Authentication integrations are only for authentication; user permissions still need to be defined in the Validation Platform.
Enable SAML Authentication with Okta
- Go to Settings > User Settings. The User Settings page opens.
- Select Authentication.
- Enter the fully qualified domain name of your Director in the Director Hostname for SAML URLs field, if you want to use the FQDN instead of the IP address.
fFQDNs must comply with RFC 1123, a standard that defines the requirements for FQDNs on the internet. This standard specifies that FQDNs can only contain the following:
- Letters (A-Z, a-z)
- Digits (0-9)
- Hyphens (-)
Underscores are not permitted.
For more information, see RFC 1123: Requirements for Internet Hosts.
- Select SAML.
- Define the authentication fields, which are provided by your identity provider and are unique per product.
Enter the SAML - Name Identifier Format.
Get this from the metadata file
<md:NameIDFormat>.- Enter the SAML - AuthN Context.
Enter the SAML - idP SSO URL (Login).
Get this from the metadata file in the Location field
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location=""/>.Enter the SAML - IdP SLO URL(Logout).
This is the same as the Login information.
Enter the SAML - IdP Certificate.
Get this from the metadata file:
<ds:X509Certificate>.Enter the SAML - Attribute Map.
This field may autopopulated after defining the other authentication fields.
Select the Local User.
This is the Admin user in the Director that can sign into the Director without using SSO.
- Based on your Authentication and security requirements, set the following to either true or false:
These features need to be supported by the identity provider (SSO service).
- SAML - Authn Requests Signed.
- Enter the SAML - Logout Requests Signed.
- Enter the SAML - Logout Responses Signed.
- Enter the SAML - Want Assertions Signed.
- Enter the SAML - Metadata Signed.
Enter the SAML -Digest Method
This is the hash of the entire message in a SAML assertion and is dependent on the implementation. The Validation Platform supports SHA1 and SHA256.
Enter the Signature Method.
This is signature of the message from the identity provider and is dependent on the implementation of the SSO solution.
Click Update Authentication Settings.
The platform is ready for SSO with Okta.

SAML with Okta Authentication setup screen