Okta Identity Configuration for App Builder Apps¶
Introduction¶
To set up Okta authentication, follow these steps.
Create App Integration in Okta¶
-
Log into the Okta Identity Platform.
-
Click the Admin button to enter administrator mode.
-
Navigate to Applications > Applications.
-
Click Create App Integration.
-
On the Create a new app integration dialog, for Sign in method, select OIDC - OpenID Connect.
-
On the Create a new app integration dialog, for Authentication type select Web Application, and then click Next.
-
On the New Web App Integration page, under General Settings, enter the app's name for the App Integration Name. Leave other fields in this section with their default values.
-
Under Sign-in redirect URIs, enter the app's login URI as
https://apps.REGION.lcap.jitterbit.com/auth/signin-oidc-okta
, replacingREGION
with the region where the app is published, eitherAPAC
,EMEA
, orNA
. -
Under Sign-out Redirect URIs (Optional), enter the app's logout URI as
https://apps.REGION.lcap.jitterbit.com/auth/signin-callback-oidc-okta
, replacingREGION
with the region where your app is published, eitherAPAC
,EMEA
, orNA
. -
Under Assignments, select Allow Everyone in Your Organization to Access. Leave the setting for Federation Broker Mode enabled.
-
Click Save.
-
Under Client Credentials, make a copy of the Client ID. Under Client Secrets, make a copy of a secret.
Configure Okta in App Builder¶
-
Log into App Builder.
-
Navigate to Configuration > Identity.
-
Select Okta.
-
Enter values for the following fields:
-
Okta URL: The Okta domain for your account. For information on where to obtain the Okta domain, see Find your Okta domain.
-
Okta Client ID: The client ID copied previously.
-
Okta Client Secret: The client secret copied previously.
Tip
Each field has an information icon that when clicked opens a browser on to the relevant Okta help page.
-
-
Click Save.