# How to change adapter display (friendly) name

### Issue

After installing and enabling the Fortified ID ADFS adapter(s), the default display names will be:

<figure><img src="https://2810654666-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqZLUg5KykUyEBbg9Jl22%2Fuploads%2FWL24k91pBpyerVKPSYXv%2Fadfs_adapter_change_names.png?alt=media&#x26;token=03a53358-7855-48ad-84cb-6191c2fc1c42" alt=""><figcaption></figcaption></figure>

Many organizations would like to change the display names to align to internal requirements.&#x20;

### Solution

* Open Windows Powershell on the ADFS server (in a farm, any ADFS server may be used)
* Execute command\
  `Get-AdfsAuthenticationProvider`\
  This will list the authentication providers installed.
* Find the name of the adapter which display name you would like to change
* Execute command\
  `Set-AdfsAuthenticationProviderWebContent -Name ADAPTER_NAME -DisplayName "DISPLAY_NAME" -locale sv`\
  \
  Example:\
  `Set-AdfsAuthenticationProviderWebContent -Name FortifiedID.ADFS.SITHS.QR -DisplayName "Mobilt SITHS" -locale sv`\
  \
  The command must be executed for each language-settings (locale)
* No restart required
* The change should now be displayed to the end user

<figure><img src="https://2810654666-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqZLUg5KykUyEBbg9Jl22%2Fuploads%2F1YVYQy3g0whwzCPK0nGu%2Fadfs_adapter_result.png?alt=media&#x26;token=bd23be10-00ba-4d0a-93bf-da6aa897975b" alt=""><figcaption></figcaption></figure>
