OIDC with Okta
This guide will help you enable SSO from your Okta so your users can securely log into Rely.io without creating new credentials.
Create a new OIDC application in the Okta Admin Console
Sign-in to your Okta Admin Console.
On the sidebar, navigate to Applications -> Applications
On the main view, click the "Create App Integration" button

In the Modal Dialog, select OIDC - OpenID Connect

Choose Single-Page application as your application type and click Next\

Configure OIDC Application
Under the General Settings tab
Choose the name of the connection (that name will appear on your Okta apps)
Add application logo (optional)
Under Grant type, mark all options

Under Sign-in redirect URIs set
https://auth.rely.io/login/callback

Remove the sign-out redirect URIs.
Under Assignments set
Allow everyone in you organization to access
Check
Enable immediate access with
Federation Broker Mode
(optional)

Configure your App OIDC settings and share your connection data with Rely
Get Okta Domain to share with Rely
Retrieve the Okta Domain by clicking on your user email at the top-right corner of the Okta management interface and copy to clipboard the Okta domain. (The format should be {YOUR_COMPANY_NAME}.okta.com
)

Share the domain with Rely via dedicated channel.
Get Client ID to share with Rely.
The next step is to retrieve the Client ID. This ID is the unique identifier of your Okta app and is required for Rely to establish an SSO connection.
Under the General tab, copy the Client ID, and share it with Rely via a dedicated channel

Configure OIDC app
Under General tab, click on Edit button:
Set Login initiated by to
Either Okta or App
Check the Login flow to
Redirect to app to initiate login (OIDC Compliant)
Under Initiate login URI, set the following URI:
https://auth.rely.io/login?response_type=token&client_id=WwUGI5XuLR2BX3Qh1Z9R6PG2XxTUgtM4&connection={CONNECTION_NAME}&redirect_uri=webapp.rely.io

Click Save. Now you have your Okta OIDC app connection to Rely.
Last updated
Was this helpful?