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
  1. Active Directory Federation Services (ADFS)

ADFS not able to consume Integrity SAML Metadata - troubleshooting guide

Troubleshoot ADFS when consuming metadata.

PreviousHow to change adapter style (colors, logos and texts)

Last updated 6 months ago

When adding a new claims provider trust (SAML IdP) or new relying party trust (SAML SP) to ADFS, it is possible to define a url for consumption of metadata.

This document describes how to troubleshoot ADFS when Integrity SAML metadata from a URL can not be consumed.

Issues

Issue

ADFS is not able to consume metadata and displays an error.

Potential reasons

Reason: The Integrity web site is using TLS 1.3. (Use a browser that displays this to test, for example Firefox)

Fix: ADFS is not able to consume TLS 1.3 sites. Download the SAML metadata as a file and import using the file option.

Reason: The Integrity web site is protected by a https certificate not trusted by ADFS.

Fix:

  • Download the CA certificate (and intermediate if applicable)

  • Import the certificates file on the ADFS server, using cert.mmc->Local Computer->Trusted Root Certification->Certificates.

  • Restart ADFS

  • Try again.

  • NB! Also remember that the https certificate used must contain a CN or SAN with the domain name of the server.

💾