Change URL in EUM 4.1

|
Published

If the url for EUM needs to be changed for some reason, then that can be done in a few places listed below. In these places the old url is to be searched and replaced by the new one:

In the wwwroot

  1. Extranet_API_V4\web.config
  2. IdentityServer\IdentityServer.exe.config
  3. Landing\appsettings.json
  4. LandingAdmin\web.config
  5. Trust\RegisterIdentityServerIP.ps1
  6. EIT_O365_API\appsettings.json

In database

  1. SystemConfiguration table
  2. ClientRedirectUris table
  3. ClientPostLogoutRedirectUris table

In App Services

  1. If EUM is installed as Azure App Service, then the changes need to be done in Configuration page/Application Settings tab

AppServiceUrl.JPG

In EUM Landing Admin - Email Configuration

Login to EUM Landing Admin as a Edit Configuration User and navigate to the Email Configuration page. Check if any of the Email templates is using the old url. If found, replace with the new one.

  • Select the Email Type
  • Click [Source] to go to the Source viewEmailTemplateURL.JPG
  • Lookout if the template has the old url
  • If old url is present, replace it with the new one
  • Click [Source] again to come back to normal view
  • Click [Update] to save the changes in the template

In Azure Active Directory

If EUM is wired up to Azure Active Directory to create B2B users and allow users to login using B2B:

EUM_GraphAPI app

  1. Navigate to Azure Active Directory and login with admin credentials
  2. In the left navigation select "App registrations"
  3. Click "EUM_GraphAPI" app
  4. Once the app page loads click the Redirect URIs
  5. Change the url in the Redirect URIs form to have the new EUM uri: https://<new EUM host url>/idsrv
  6. Click Save

EUM_GraphAPI_Url.JPG

EUM_AAD app

  1. Navigate to Azure Active Directory and login with admin credentials
  2. In the left navigation select "App registrations"
  3. Click "EUM_AAD" app
  4. Once the app page loads click the Redirect URIs
  5. Change the url in the Redirect URIs form to have the new EUM uri: https://<new EUM host url>/idsrv/signin-aad
  6. Click Save

EUM_AAD_url_change.JPG