Summary
A SAML certificate, sometimes referred to as an X509 SAML certificate, may need to be updated in ArcGIS Online and Portal for ArcGIS from time to time. An example is when the certificate is about to expire.
Procedure
The X509Certificate can be dowloaded from Microsoft Entra ID and imported into ArcGIS Online or Portal for ArgGIS with the following steps.
- Log in to the Azure Portal.
- Navigate to Microsoft Entra ID > Manage > Enterprise Applications.
- Click on the relevant application.
- Navigate to Manage > Single sign-on.
- In the SAML Certificates section, find the Certificate (Base64) item and click the Download link.
- Save the certificate (*.cer) file and then open it in an application such as NotePad++ or Visual Studio Code.
- Copy the large string of characters contained on line lines of the file between "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----".
- Do not copy the "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----" text. Copy only the lines of alphanumeric characters that occur between those texts.
- Log in to ArcGIS Online or Portal for ArgGIS and navigate to Organization > Settings > Security > Logins.
- Click on the Configure login link corresponding to the SAML login item.
- Paste the X509Certificate data into the Certificate: field and click Save, as shown in the image below.