Setup
...
Okta
Okta for Custom Authentication
6 min
introduction this guide provides step by step instructions on configuring activate to use okta as a custom authentication module this integration ensures secure and seamless user authentication prerequisites access to the activate production server okta account with administrative privileges necessary client credentials from okta step 1 install anywhere on the perimeter server run the activate installer and select the anywhere option enter the server path in the specified format press connect to proceed and complete the installation step 2 configure anywhere (external web) within the activate production server open studio and navigate to resources/configuration/external web configure the remoteaccess parameter by adding the \<authentication> node with the correct entries example configuration \<authentication> \<provider>oidc\</provider> \<authority>https //customerurl okta com\</authority> \<clientid>xxxxxxxxxxxx\</clientid> \<clientsecret>=//resources/configuration/external web/clientsecret ex02d\</clientsecret> \<redirecturi>https //servername customerurl 443/signin oidc\</redirecturi> \<nameclaim>preferred username\</nameclaim> \</authentication> step 3 parameterize client secrets for ease of testing, parameterize the client secret \<authentication v02d> \<provider>oidc\</provider> \<authority>https //customerurl okta com\</authority> \<clientid>xxxxxxxxxxxx\</clientid> \<clientsecret>=//resources/configuration/external web/clientsecret v02d\</clientsecret> \<redirecturi>https //servername customerurl 8443/signin oidc\</redirecturi> \<nameclaim>preferred username\</nameclaim> \</authentication v02d> step 4 configure okta log in to your okta account navigate to applications and create a new application enter the client credentials and redirect uri as specified in the configuration ensure the nameclaim is mapped to the okta username step 5 testing and validation test the configuration by attempting to log in through the activate interface verify that the authentication flow redirects to okta and returns the correct user information conclusion by following these steps, you can successfully integrate activate with okta for custom authentication, ensuring a secure and efficient user authentication process