Step 1: Setup Okta as Identity Provider
Follow the steps below to configure Okta as an Identity Provider
Configuring Okta as IdP
- Log into Okta Admin Console. For developer account, switch to Classic UI to configure app, and then Application.
- Click on Add Applications.
- Click on Create New App.
- Select SAML 2.0 as Sign on method.
- Click on Create.
- In General Settings, enter App Name and click on Next.
- In SAML Settings, enter the following:
Single Sign On URL |
Enter ACS (AssertionConsumerService) URL from the Service Provider info tab of the module. |
Audience URI (SP Entity ID) |
Enter SP Entity ID / Issuer from the Service Provider info tab of the module. |
Default Relay State |
Enter Relay State from the Service Provider info tab of the module. |
Name ID Format |
Select E-Mail Address as a Name Id from dropdown list. |
Application Username |
Okta username. |
- Configure Attribute Statements and Group Attribute Statement (Optional).
- For Name, enter "firstName" and select user.firstName from the value dropdown.
- For Name, enter "lastName" and select user.lastName from the value dropdown.
- For Name, enter "Email" and select user.email from the value dropdown.
- For Name, enter "groups" and select Matches regex from the Filter dropdown and enter ".*"