Redirect URL

When verifying a user’s identity, sometimes it is not possible to send the verification link used in various identity services. In those cases, the service desk agent will have to read the verification link to the user. In order to provide a more understandable, easily conveyable verification URL to the users, an override URL can be configured. This override URL acts as a redirect to https://login.specopssoft.com/Mfa/VerifyLanding?customerId=[CUSTOMER ID].

Configuring a verification override URL

  1. Set up a redirect with a human-readable URL, linking to the default verification URL: https://login.specopssoft.com/Mfa/VerifyLanding?customerId=[CUSTOMER ID]
    NOTE
    the verification URL, including the customer ID, can be copied underneath the verification override URL field in the Secure Service Desk settings in Authentication Web. Use the copy icon at the end to copy the URL to the clipboard.
  2. In the Secure Service Desk settings, enter the redirect you created.

With this override URL configured, the service desk agent can read the shorter URL to the user calling in to the Secure Service Desk. When redirected, the user will need to type in their upn to complete the verification process.

NOTE
when sending the verification link by mail or text message, the default verification URL will be used, even when an override has been specified.

URL formats

Allowed URL formats

  • https://www.example.com
  • https://example.com
  • example.com
  • www.example.com/verify

Invalid URL formats

  • ftp://www.example.com [reason: contains protocol other than http or https]
  • example.com:3030 [reason: contains port number]
  • https://example.com?hint=example [reason: contains query parameters]