Okta’s single sign-on solution can quickly connect to third-party services including Jotform. To get started you must enable Single Sign-On on your Jotform Enterprise server. You also need an Okta account with admin permissions.
Note
- Enabling SAML disables the integrated app’s regular sign-in page. Your users can log in to your server only through Okta.
- Backup sign-in URLs where users can sign in using their regular username and password are not supported in Jotform Enterprise. You can contact Jotform Enterprise support to turn off SAML if necessary.
The Jotform Enterprise SAML integration currently supports the following features:
- SP-initiated SSO
- IdP-initiated SSO
- Just in Time (JIT) provisioning
Configuring Okta
To create an Okta SAML application
- Log in to your Okta admin account and go to the Admin page.
- Go to Applications on the left, then select Create Add Integration.
- In the dialog, select SAML 2.0.
- Next, enter your desired App name.
- Next, enter your Service Provider Metadata (SPM) details in the following fields:
- Single sign on URL — Your Jotform Assertion Consumer Service URL
(e.g., https://example.jotform.com/sso/?acs). - Audience URI (SP Entity ID) — Your Jotform Entity ID
(e.g., https://example.jotform.com/sso/metadata.php).
- Open Advanced Settings.
- Upload your SPM certificate.
- Turn on Single Logout, then enter your SPM details in the following fields:
- Single Logout URL — Your Jotform Assertion Consumer Service URL, replace
?acs
with?slo
(e.g., https://example.jotform.com/sso/?slo). - SP Issuer — Your Jotform Entity ID
(e.g., https://example.jotform.com/sso/metadata.php).
- Select Next at the bottom, then complete the feedback form.
- On your app’s Sign On overview page, select View SAML setup instructions on the right.
- Take note of your SAML app’s details.
Configuring Your Jotform Server
To connect your Okta SAML app
- Go to your Jotform SSO settings page and turn on Single Sign-on.
- Enter your SAML app’s details in the Identity Provider Metadata fields, then save your settings.
The value to use for each field is as follows:
- Entity ID — Your Okta Identity Provider Issuer.
- SSO URL — Your Okta Identity Provider Single Sign-On URL.
- Certificate — Your Okta X.509 Certificate.
- SLO URL — Your Okta Identity Provider Single Logout URL.
Once configured, you can start adding users to your SAML application and use Okta on your Jotform Enterprise server.
Notes
The following SAML attributes and more are supported:
Name | Value |
---|---|
user.email | |
name | user.name |
surname | user.surname |
You can add more claims and manage them from the Jotform Enterprise admin dashboard.
SP-initiated SSO
SP-initiated flows trigger when the user hits an authentication-required route.
Send Comment: