Solutions
HomeIntegrityControlSolutionsManagement Center
  • Integrations
  • 📈Monitoring
    • Setup Prometheus and Grafana
  • 🗝️PKI
    • Extract certificate chain from keystore
  • 🔄Automation
    • Install with Ansible
  • 🧔Customer IAM
    • Social Provider Sign-in
      • Google sign-in
      • Microsoft Windows Live sign-in
      • Facebook sign-in
      • LinkedIn sign-in
  • 🖥️VDI
    • VMware Horizon login with SAML or OIDC using Integrity WEB as third-party IdP
    • Citrix ADC (Netscaler) login with SAML using Integrity WEB as third-party IdP
    • Login to the VMware vCenter Server using Integrity WEB
  • ☁️Cloud Applications
    • ServiceNow
    • Azure B2C
  • 🤝Verifiable Credentials
    • Add Integrity Web as an OIDC attribute provider for Microsoft Entra (Azure) Verifiable Credentials
  • ⏪Proxy / Load Balancer
    • Apache
  • 💾Active Directory Federation Services (ADFS)
    • Access policies
      • How to mark Primary Authentication Fortified ID ADFS adapters as MFA
    • Graphical user interface
      • How to change adapter display (friendly) name
      • How to change adapter style (colors, logos and texts)
    • ADFS not able to consume Integrity SAML Metadata - troubleshooting guide
Powered by GitBook
On this page
  • Issue
  • Solution
  1. Active Directory Federation Services (ADFS)
  2. Graphical user interface

How to change adapter display (friendly) name

This document describes how to change the display (friendly) name of the Fortified ADFS adapters.

PreviousGraphical user interfaceNextHow to change adapter style (colors, logos and texts)

Last updated 10 months ago

Issue

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

Many organizations would like to change the display names to align to internal requirements.

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

💾