|
|
You must be an administrator.
|


|
|
Leave the Use this for Recipient URL and Destination URL checkbox selected.
|

|
|
Simply copying and pasting the output can create formatting issues, so be sure to use Save As.
|


|
|
For more information about the ssoSecurityConfig folder and sso-settings.json file, see Create the ssoSecurityConfig Directory and Configure the sso-settings.json File in the ThingWorx Help Center.
|






|
|
If the sign in attempt fails with 403 App Not Assigned error, assign the users to the ThingWorx application in Okta and try signing in again.
|




|
Attribute
|
Value
|
|---|---|
|
userAuthenticationConverterUserNameAttribute
|
sub
This value will be the name of the claim created on the default authorization server in Okta. This value cane be found by navigating to > > > > .
|
|
oathTokenEndPoint
|
This value will be the same as the value of token_endpoint in the Metadata URL. To find this value, open the Okta Admin Console and navigate to > > > > . Click on the Metadata URI and find the token_endpoint value. It should look similar to the following:
https://<unique_server_name>.okta.com/oauth2/default/v1/token
|
|
checkTokenEndpointUrl
|
This value will be the same as the value of introspection_endpoint in the Metadata URL. To find this value, open the Okta Admin Console and navigate to > > > > . Click on the Metadata URI and find the introspection_endpoint value. It should look similar to the following:
https://<unique_server_name>.okta.com/oauth2/default/v1/introspect
|
|
clientId
|
This will be the same value as the Client ID field for the ThingworxResourceProvider application in Okta.
To find this value, open the Okta Admin Console and navigate to > in the left navigation pane. Click on the ThingworxResourceProvider application. On the General tab, find Client ID field under Client Credentials.
|
|
clientSecret
|
This will be the same value as the Client secret field for the ThingworxResourceProvider application in Okta.
To find this value, open the Okta Admin Console and click on Applications in the left navigation panel. Click on the ThingworxResourceProvider application. On the General tab, find the CLIENT SECRETS section under Client Credentials .
|
