Finding the SHA1 fingerprint from your Identity Provider (Azure, Okta and Onelogin)
Here's how you can get the SHA1 fingerprint from the admin console of the Identity Provider.
Azure
- Go to your Azure portal
- Navigate to Azure Active Directory -> Enterprise Applications -> All Applications
- Search and open the Mojo Helpdesk application that you have configured
- Click Quick Start and select Configure Single Sign-On
- Select Configure MojoHelpdesk on the configure SSO page
- This will open the configure singe-sign on screen on the right side
- Download the SAML XML Metadata
- In the metadata, copy all the content that is between <X509Certificate> and </X509Certificate>
Follow the steps at the end of this solution article under the heading "Generating the fingerprint from the XML content".
Okta
- Go to the Okta admin console and select Mojo Helpdesk from the Applications list
- Select the Sign On tab
- Download the Metadata
- In the metadata, copy all the content that is between <X509Certificate> and </X509Certificate>
- Follow the steps at the end of this solution article under the heading "Generating the fingerprint from the XML content".
OneLogin
- Go to the OneLogin admin console
- Navigate to Apps -> Company Apps -> Mojo Helpdesk
- Go to the SSO Tab and select SHA1 under the SAML Signature Algorithm dropdown and click View Details
- Select SHA1 from the drop down. This will generate a new fingerprint
- Copy fingerprint and use it in MojoHelpdesk
Generating Fingerprint from the XML content
Follow the steps below to convert your X.509 Certificate into a SHA1 fingerprint:
- Obtain the X.509 certificate from your identity service provider.
- Navigate to https://www.samltool.com/format_x509cert.php.
- Paste your X.509 certificate in the X.509 cert field.
- Click Format X.509 Certificate.
- Copy the certificate indicators in the X.509 cert with header field. Certificate indicators will display within hyphens.
Note: If line breaks display in the pasted certificate indicator, they will need to be deleted. Line breaks may cause the fingerprint to calculate incorrectly.
- Click Calculate Fingerprint from the toolbar on the left.
- Paste the copied text into the X.509 cert field.
- Select sha1 from the algorithm drop-down.
- Click Calculate Fingerprint.
Was this article helpful?