Account Linking Config

The OpenID Connect SP configuration is configured to allow users to authenticate with Okta into the Account Linking page.

Prerequisites

  • Login and Logout redirect URIs provided to you by Keyless.

Log into your Okta administration portal.

Go to "Applications" on the top menu and click "Applications"

Click "Add Application"

Click "Create New App"

Select 'Web' as the platform and "OpenID Connect" as the Sign on method then click the "Create" button.

Name the app "Keyless Account Linking". You can also optionally provide an App logo here, which will display as an icon in the user's portal.

Add the login and logout redirect URI that were provided to you by Keyless.

The new application has just been created. On the page that shows up, click on the "Edit" button and change the allowed grant types by selecting Implicit (Hybrid) -> Allow ID Token with implicit grant type and Allow Access Token with implicit grant type.

On the Assignments tab in that same page, click on the Assign button -> Assign to Group. Here you can choose which group of users will access the application. In this case we will choose “Everyone”, which will let every user of the org use the Keyless account linking application.

Back on the General tab, on the bottom of the page, take note of the Client Id and of the Client Secret that Okta provided to you and pass them on to Keyless through a secure 3rd party method.

That's it, you've configured the account linking application. Let's move on to add the Keyless identity provider 😎.

Last updated