Skip to content

Configuration

This page lets you configure Instance wide settings including:

  • OpenID Connect
  • Custom SMTP
  • Domain Switch

OpenID Connect

Exodus may be configured to allow Single Sign-On (SSO) using OpenID Connect. In order to operate with Exodus, your OpenID Provider needs to implement the OpenID Connect Discovery and OpenID Connect Core specifications. Exodus supports the following OpenID Providers:

Registration

In order to use OpenID Connect with Exodus, you first need to register an OAuth 2.0 application with your OpenID Provider. The application must have a redirect URI set to https://oauth.exodus.tools/callback.

Configuration

In order to configure the Exodus Instance to use OpenID Connect, click on the Edit button and provide the following properties:

  1. Provider URL: The URL to the OpenID Provider.
    • For Okta, use https://{domain} where {domain} is your Okta domain.
    • For Microsoft Azure, use https://login.microsoftonline.com/{domain}/v2.0 where {domain} is your Azure domain.
  2. Client ID: The client ID of the OAuth 2.0 application.
  3. Client secret: The client secret of the OAuth 2.0 application.

You can delete this setting at anytime by clicking on the dedicated Delete button.

Custom SMTP

Exodus may be configured to leverage your own SMTP server instead of our built-in service. To do so, click on the Edit button and provide the following properties:

  1. SMTP Server: The hostname of your SMTP server.
  2. Port: The port of your SMTP service (587 by default).
  3. Username: The service account’s username.
  4. Password: The service account’s password.
  5. Sender Email Address: The email address used to send emails from.
  6. TLS Option: The preferred TLS encryption method.

You can delete this setting at anytime by clicking on the dedicated Delete button.

Domain Switch

Exodus may be configured to allow device migrations from a domain to another, in that case, only the local part of the user email address will be used to ensure the match between the two Tenants. It is possible to specify multiple source domains but only one target domain is allowed. To do so, click on the Edit button and provide the following properties:

  1. Source Domain(s): The specified source domain(s).
  2. Target Domain: The specified target domain.

You can delete this setting at anytime by clicking on the dedicated Delete button.