Authentication/Enchanted Link

Enchanted Link Settings

You can customize your Enchanted Link authentication in the Descope console (Settings > Authentication Methods > Enchanted Link).

All Settings

Variables are displayed below and in the console as {{variable_name}}.

SettingVariableDetails
Redirect URL{{redirectUrl}}default URL for the route you implement to verify enchanted link tokens
Expiration time{{expirationTime}}length of time after which link or code expires
Number of retries and Attempts timeframe (seconds)Limit the number of email communication attempts a recipient can receive within the defined timeframe. If the limit is exceeded, no further messages will be sent until the timeframe resets.
ConnectorWho will be listed as the sender of the enchanted link. The default is Descope.
TemplateIf you are using a customized connector, you can change the template of the email which your user will receive. The default is System.
Enable method in API and SDKThis toggle switch enables or disables the authentication method from being available for use within API and SDK

Additional Details

This section describes additional details about the configuration options available.

Redirect URL

The redirect URL is the location to send the user upon successful authentication. The redirect URL will be overridden when specified in the SDK or API call.

Expiration Time

For increased security, we recommend an expiration time of 3-5 minutes. A shorter expiration time limits how long a malicious actor has to attempt an attack (such as a dictionary or brute force attack) on the code or link.

Connectors

Email Connector

Descope supports sending email OTP messages using your email messaging provider, such as AWS SES, SendGrid, or a generic SMTP service. You can configure a email messaging connector by going to the connectors page within the Descope console and searching for the supported email messaging connectors. Then, on the OTP authentication method page, you can select the configured connector and customize the template if you would like.

Fallback Connector

For the email connector in this authentication method, Descope supports a fallback connector that is available to use to prevent downtimes. Descoper can configure a fallback connector that will be used in case the active connector isn’t available. This fallback connector can either be Descope's default connector or an alternate connector configured for email.

Fallback for EL

Was this helpful?

On this page