Add Identity Provider
Steps to add Identity Provider:
On the home page of the Okta Admin Console, go to Security > Identity Providers.
Select Add Identity Provider.
The identity provider list is displayed.
Select OpenID Connect and click Next.
The Configure OpenID Connect IdP dialog box is displayed.
Do the following
Under General settings section:
Under Client details section:
Under Endpoints section:
Under Authentication Settings section,
Click Finish.
The newly created IDP is listed under Security > Identity Providers.
Note: In the search bar, you can search using identity provider name .
Go to IDP details and copy IDP ID, Authorize URL, and Redirect URL and enter in Oloid Portal > Identity Provider > IDP Details > IDP Settings tab.
Add Client Application
Steps to add client application:
In the Okta Admin Console, go to Applications > Applications.
Select Create App Integration.
The Create a new app integration pop-up box is displayed.
Do the following:
In the next screen, configure the application.
Under General Settings section,
Enter App integration name.
Select Authorization Code as Grant type (If not already selected).
Under Sign-in redirect URIs section, add https://{yourOrg}.okta.com in the text field.
Under Sign-out redirect URIs section, add https://{yourOrg}.okta.com in the text field. (Optional)
Under Assignments section, select Allow everyone in your organization to access.
Click Save. Add the ClientID and Client Secret of the new app in Oloid Portal > Identity Provider > IDP Details > IDP Settings tab.
Configure the WebKey application in the Oloid Portal:
On the homepage of the portal, select application to edit.
On the application details page, select Details tab.
Select IDP Profile from Select IDP Profile dropdown.
Click Save.
On the top-right corner, select Open login URL to view the configured WebKey application in your browser.