Before Security Center can use Okta to authenticate users with SAML 2.0, setup is required in Config Tool and the Okta Admin Console.
This example shows how to set up third-party authentication with Okta using SAML 2.0. The procedure is divided into three sections:
- Locating the properties in the Okta Admin Console
- Understanding the significance of each property
- Validating the properties before you can proceed
- Accessing corresponding help topics
To implement third-party authentication, you must have administrator rights in Security Center and Okta.
1 - Preparing Security Center
- Open Config Tool and connect to the Security Center main server as an administrator.
- From the Config Tool homepage, open the System task and click the Roles view.
- Click Add an entity (
) > Authentication Service.
The Creating a role: Authentication Service window opens.
- In the Specific info section, select the identity provider
and the authentication protocol and click Next.
- Provider
- Okta
- Protocol
- SAML 2.0
- Enter a name and optional description for the new Authentication Service role
and click Next.
- If there are partitions in your system, select the partition of which this role
is a member and click Create.
Partitions determine which Security Center users have access to this entity. Only users who have been granted access to the partition can see this role.
- From the App registration page, copy the redirect
and logout URIs.
For more information, see About role endpoints configuration.
- Click NOTE: The Suspend button allows you to save and exit the configuration wizard temporarily. You can suspend the configuration at any time during the process.
.
- On the Security Center main server, follow the instructions for your operating
system to export the public key certificate used by the Security Center main
server in X.509 format.NOTE: The certificate Common Name (CN) or Subject Alternative Name (SAN) must match the hostname, IP address, or Fully Qualified Domain Name (FQDN) that is used in the redirect and logout URIs.
This public key is required by Okta to enable Single Logout. The Security Center certificate is shown in the Secure communication section on the Server Admin - Main server page.
2 - Preparing Okta
- Have an Okta administrator account.
- Have provisioned at least one user.
- Have provisioned at least one user group that contains the users you want to grant access to Security Center.
- In the Okta Admin Console, select Create App Integration.
- In the Create a new app integration wizard, select
SAML 2.0 and click Next.
- In the Create SAML Integration wizard, enter the
App name and click Next.
- On the Configure SAML page, set the following:
-
Single sign on URL: Copied from the
redirect URIs in Security CenterNOTE: If more than one URI is required, deselect Use this for Recipient URL and Destination URL and enter the additional URIs as needed.
- Audience URI (SP Entity ID): Enter urn:SecurityCenter
- Name ID format: Select Persistent
-
Single sign on URL: Copied from the
redirect URIs in Security Center
- Still in the SAML Settings section, click Show
Advanced Settings and set the following:
- Signature Certificate
- Upload the public key certificate exported from Security Center.
- Enable Single Logout
- Select the Allow application to initiate Single Logout option.
- Single Logout URL
- Copy the /genetec endpoint from the logout URIs in Security Center
- SP Issuer
- Enter urn:SecurityCenter
- In the Attribute Statements section, set the following:
- Name
- login
- Name format
- URI Reference
- Value
- user.login
- In the Group Attribute Statements section, set the following:
- Name
- groups
- Name format
- URI Reference
- Filter
-
Matches regex
.*
NOTE: The Matches regex filter with
.*
returns all groups to which the authenticated user belongs.If required, you can also use this filter to exclude certain groups. At least one group assigned to Security Center must be included to grant access.
- Click Next.
- On the Feedback page, select I'm an Okta customer adding an internal app, provide optional feedback, and click Finish.
- On the Sign On page for your application, do the following:
- Copy the Metadata URL.
This is required by the Authentication Service role in Security Center.
- Click View SAML setup instructions.
- Copy the Metadata URL.
- On the How to Configure SAML 2.0 for <application> page, download the X.509 Certificate.
- On the Assignments page for your application, assign the
Security Center user groups to the application.
3 - Integrating Security Center with Okta
- Before configuring an Authentication Service in Security Center, you must register the redirect and logout URIs in the Okta Admin Console.
- The system validates the properties at each step before you can proceed.
- In Config Tool, select the Authentication Service role created earlier and click
Configuration.
The App registration page of the Creating a role: Authentication Service window opens and you can resume the configuration.
- On the App registration page, click Next.
- On the Communicate with provider page, click Start.
- In the Metadata section, enter the metadata
URL and click Next.
The metadata URL is available under the Sign On page in your Okta application.
- In the Communicate with provider section, select the
following properties:
- Issuer
- Enter the Identity Provider Issuer that was copied from in Okta.
- Audience
- Available from in Okta.
- Click Next.
- On the Accepted domains page, configure the
Default provider option:
- This option is turned off by default. When turned off, you must add at
least one domain name of users who can authenticate using this
Authentication Service.
- Turn on the Default provider option to use this
identity provider to authenticate users from all domains.
If you have multiple Authentication Service roles, only one role can be set as the default provider, and this option is disabled for all other roles.
CAUTION:Turning on the Default provider option deletes all domain names that were previously added.
- This option is turned off by default. When turned off, you must add at
least one domain name of users who can authenticate using this
Authentication Service.
- Specify whether or not to use this identity provider as a logon option.
If you select Yes, enter the name of the identity provider to be displayed on the logon screen with the text "Sign in with <display name>".
- Click Next.
- On the Claims and scopes page, enter the following properties:
- Username claim
- login
- Group claim
- groups
- Click Next.
- On the Groups page, click Add an item
(
), select an existing group or create a new user group, and click Next.
Tip: You can export the list of active users from Okta Admin Console as a CSV file and import the group into Security Center. You can add one or more Security Center user groups with the same name or unique identifier as the groups assigned to the Security Center application in Okta. - On the Test the configuration page, click Test
logon to validate the configuration, and click
Next.
For more information, see Testing a third-party authentication setup.
- On the Creation outcome page, verify that the information is correct and click .