π SSO: Exporting and updating the SAML certificate (metadata) from IdP
This article is a guide for administrators on how to export the Federation Metadata XML from common Identity Providers (AD FS, Azure AD, Keycloak) to update the SAML certificate on the FTAPI server.
Single Sign-On via SAML 2.0
The SAML certificate is contained in the FederationMetaData.xml, which you can export from your Identity Provider (IdP).
Microsoft AD FS 2.0
- Open the AD FS Management.
- Navigate to Service -> Endpoints and scroll to the "Metadata" section.
- Note the path to the FederationMetadata.xml file.
- Download the file from your AD FS host, e.g.,
https://<ADFShost>/FederationMetadata/2007-06/FederationMetadata.xml.
Microsoft Entra ID
- In the Microsoft Entra ID portal, select Enterprise applications.
- Search for and select the FTAPI app.
- In the Manage section, select Single sign-on.
- In the SAML Signing Certificate section, find the Federation Metadata XML and download it.
Keycloak
- Log in to Keycloak and open the Administration Console.
- Select the appropriate realm and then click on "Realm Settings" in the left menu.
- Navigate to the "General" tab and find the "Endpoints" section.
- Here you will find a link labeled "SAML 2.0 Identity Provider Metadata".
- Download the metadata.
Related articles
π LDAP: Exporting LDAPS certificate via MMC or OpenSSL