Okta is a standards-compliant OAuth 2.0 authorization server that provides cloud identity solutions for your organization. Okta is a single sign-on provider that allows you to manage user access to Trend Vision One.
This section describes how to configure Okta as a SAML (2.0) identity provider for Trend Vision One to use.
Before you begin configuring Okta, make sure that:
You have a valid subscription with Okta that handles the sign-in process and that eventually provides the authentication credentials to the Trend Vision One management console.
You are logged on to the management console as a Trend Vision One administrator.
The Create a New Application Integration screen appears.
The General Settings section of the Create SAML Integration screen appears.
The Configure SAML section of the Create SAML Integration screen appears.
The logon URL can be obtained from the SP metadata file downloaded from Trend Vision One.
Open the SP metadata file in a text editor, and then copy the value of the Location attribute for the md:AssertionConsumerService element. Use the copied value as the logon URL.
In the following example, the logon URL is https://example.com/xdr-logon-url.
... <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://example.com/xdr-logon-url" index="0"/> </md:SPSSODescriptor> </md:EntityDescriptor>
The audience URI can be obtained from the SP metadata file downloaded from Trend Vision One.
Open the SP metadata file in a text editor, and then copy the value of the entityID attribute for the md:EntityDescriptor element. Use the copied value as the audience URI.
In the following example, the audience URI is https://example.com/xdr-audience-uri.
<?xml version="1.0"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="https://example.com/xdr-audience-uri"> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true" WantAssertionsSigned="true"> ...
The Feedback section of the Create SAML Integration screen appears.
The Sign On tab of your newly created Trend Vision One application appears.
Import this metadata file to Trend Vision One.
The Assign Applications screen appears.
The Add People to Groups screen appears.
After assigning an application to a group, the system automatically assigns the application to all users in the group.