Okta Setup Instructions
Introduction to OKTA
It is recommended to be familiar with OKTA prior to the setup with Trax.
For more information view https://developer.okta.com/docs/concepts/how-okta-works/
Prerequisites
1. OKTA must be implemented on the client's side
Trax Authentication Configuration
-
Create Trax application on OKTA according to the following link:
https://developer.okta.com/authentication-guide/implementing-authentication/auth-code
The following data is required to be configured when creating the Trax application in OKTA- for the redirect_uri please insert the following: -
Go to API authorization servers tab > add authorization server
-
Configure the access policies and assigned to the relevel users
-
Add rule according to internal policy
-
Once the Trax application is created, the following will be provided by the client:
-
Client id
-
Client secret
-
authServerId (e.g. https://domain.okta.com/oauth2/default)
-
list of domains
-
The client will provide a test user that Trax will use to test the connection
-
When all tests are successful, the authentication setup is completed
-


