Okta configuration
This page describes the steps required to be done inside Okta to enable SSO.
Last updated
Was this helpful?
This page describes the steps required to be done inside Okta to enable SSO.
Last updated
Was this helpful?
Login into Okta and go to Applications section in Admin Panel
Create a new SAML 2.0 app
Choose an appropriate name for the app (for eg. unSkript-sso) and click Next
On the Configure SAML tab, please fill in the highlighted fields
In the Attribute statements section of the form, please fill in the following 2 attributes
The name attribute value will be
String.join(" ", user.firstName, user.lastName)
The email attribute value will be user.email (Chose from the drop down)
Click Next
On the Feedback page, please check the highlighted option and click Finish
Next, we will need the Single sign-on URL and x.509 certificate to configure the SP on our side. Click on the highlighted button to get the above values
Copy Identity Provider Single Sign-On URL and also download the certificate as highlighted below
Assign users to this new application, so that sign in into unSkript application using Okta SSO. Click on Assignments tab to accomplish this.