.. _saml-okta-adminconsole: Okta (SAML2.0) - Web Console ================== This guide details authentication between Genian NAC (Service Provider), and Okta (Identity Provider). SSO is achieved by invoking Okta authentication using the SAML2.0 protocol on the Genian NAC web console page and checking Okta for administrator authentication. Recommended Version -------------------- .. csv-table:: :header: Product,Version :class: longtable :widths: 30 30 Genian NAC PolicyServer,V6.0 Okta APP,SAML2.0 Prerequisites -------------------- Supported features -------------------- The Okta SAML integration currently supports the following features: - SP-initiated SSO - IdP-initiated SSO - JIT (Just-In-Time) provisioning - Single Logout (SLO) For more information on the listed features, visit the https://help.okta.com/okta_help.htm?type=oie&id=ext_glossary Configuration steps -------------------- The following steps provide only a basic integration, which will be automatically applied after the first setup. Step 1: Register an Okta account (If needed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #. Go to https://www.Okta.com/free-trial/ and apply for a trial account. - Select your information and country you want to use for authentication. #. Check the authentication mail received at the email address you requested. - An account information confirmation mail will be sent to the requested email address under the title 'Activate your Okta account'. #. Click the **Activate Okta Accout** button for activating your account. - When you log in, you will see a screen that sets the initial password change, security image, and security questions. - Okta console connection requires OTP 2factor authentication and requires iPhone, Android OTP app installation and OTP registration. - Once you have completed OTP registration and login, SAML APP setup for interworking will now begin. Step 2: Add and set up SAML APP for authentication integration ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #. In the menu, navigate to **Applications > Applications**. #. From the **Browse App Catalog** menu, search for the Genians NAC application and select application. #. Click the "Add Integration". #. Select the Sign On tab #. Click the **Sign on methods > SAML 2.0 > More details** button in the middle of the screen to view IdP information. #. Copy and paste the following details into the Genian NAC **Web Console > Preferences > General > Console > SAML2 Authentication > Identity Provider (IdP)**. - **IdP SSO URL** - the Identity Provider **Sign on URL** from Okta. - **IdP Entity ID** - the Identity Provider **Issuer** from Okta. - **x509 Certificate** - download the **Signing Certificate** from Okta and copy and paste the contents of the file. - To enable JIT provisioning, you need to set up 'On' **JIT provisioning** - Add **Additional columns** - Add **Administrator Roles** - In the IdP attribute, enter the name you set in the Group attribute (e.g. _ADMINROLE_superAdmin). - To enable Single Logout(SLO), you need to set up 'On' **Single Logout(SLO)** - Download the SP X.509 certificate and upload it to Signature Certificate in okta. You need the SP's certificate to use the SLO feature. - **IdP SLO URL** - the Identity Provider **Single Logout URL** from Okta. #. In **Sign in button text**, enter the text that will appear on the SAML authentication button in the NAC Web Console Authentication page. #. Click the **Update** button at the bottom of the Genian NAC Web Console Settings screen. .. note:: Make sure that you entered the correct value in the Subdomain field under the General tab. Using the wrong value will prevent you from authenticating via SAML to NAC. - To enable JIT provisioning, you need to set up SAML Attributes. - The following SAML attributes are supported: +----------------+------------------+ |Name |Value | +================+==================+ |firstName |user.firstName | +----------------+------------------+ |lastName |user.lastName | +----------------+------------------+ |email |user.email | +----------------+------------------+ - To enable JIT provisioning, you need to set up Group Attributes. - You must specify this by prefixing the name with _ADMINROLE_, as shown in the example below. +----------------------------+------------------------+ |Name |Filter | +============================+========================+ |_ADMINROLE_superAdmin |Equals superAdmin | +----------------------------+------------------------+ Step 3: Adding and assigning accounts for Okta Authentication Integration ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you are already registered, go to number 5 #. Go to the Okta Console screen menu **Directory > Groups**. #. Click the **Add Group** button in the middle of the screen to create a group. - For JIT provisioning functionality, you need to create an Administrator Group. (e.g. superAdmin) #. Go to the Okta Console Screen Menu **Directory > People** #. Click the **Add Person** button in the middle of the screen to add users. - For users who require JIT provisioning, you should select the Group created in step 2. .. note:: The Password entry selects whether the administrator should specify a password to create or change it at the user's initial login. #. Go to the Okta Console screen menu **Application > Application**. #. Click the triangle icon on the right side of the APP that you registered above and click **Assign to Users** #. On the pop-up screen, click the **Assign** button on the right side of the account to be used for authentication integration through the APP to assign it to the APP. Authentication Integration Test -------------------------------- **How to test on Okta My Apps (IdP-initiated SSO)** #. Connect to the Okta My Apps and click the NAC SAML App. **How to test on the Genian NAC Admin Web Console page (SP-initiated SSO)** #. Connect to the Genian NAC Admin Web Console sign in page. #. Click the **SAML Login** button on the sign in page. #. A new pop-up window displays the Okta authentication page and authenticates by entering your username and password. **How to test Single Logout (SLO)** #. Enable the SLO feature. #. Authenticate using the SSO functionality. #. Log out using the logout button at the top of the web console. #. If you're prompted to enter your Okta account information when you try SAML authentication again, the SLO worked correctly. .. note:: After setting up the authentication link, you must add the OKTA IdP domain to the enforcement policy permissions to display the authentication link window even in the blocked state. .. code:: bash 1. To add permissions 2. Go to Policy > Object > Network 3. Click Task > Create 4. Enter general information 5. Condition > FQDN > Enter IdP Domain (e.g. genians.okta.com) 6. Click Create 7. Go to Permission 8. Create permissions using network objects that you create 9. Assign permissions that you create in a enforcement policy