Skip to main content

Error: Invalid Redirect URI

CDM 20.5.1

Error Message

In CDM 20.5.1, CDM may be unable to authenticate using external identity providers. The error message displays:

Invalid Redirect URI

Cause

The Redirect URI defined by the External Identity Provider does not match the Redirect URI sent by the IdentityServer due to case sensitivity.

Solution

The Redirect URI from External Identity Provider must match exactly (including case-sensitivity) these settings in our applications:

  • WebClient - appsettings.json - CDMServer:oidc:authority
  • Server - CDM.Api - appsettings.json - CirrusWebClient:RedirectUris

If possible, keep all URIs lowercase.

Was this article helpful?

We're sorry to hear that.