How can we help? 👋

How to set up SSO with Microsoft Entra ID (Azure AD)

Step-by-step setup of the CheckHub SAML application in Microsoft Entra ID

This article shows you how to create the CheckHub SAML application in Microsoft Entra ID, formerly known as Azure Active Directory.

Before you start, make sure you have received the ACS URL and Entity ID from CheckHub. If you haven't, read "How to set up Single Sign-On (SSO) for your team" first.

Create the application

  1. Sign in to the Microsoft Entra admin center.
  1. Go to Identity > Applications > Enterprise applications > New application. In the older Azure Portal this is Azure Active Directory > Enterprise applications > New application.
  1. Choose Create your own application.
  1. Name it something your team will recognize — for example CheckHub SSO — and select Integrate any other application you don't find in the gallery.
  1. Click Create.
Notion image

Add the CheckHub details

  1. In your new application, go to Manage > Single sign-on and choose SAML.
  1. In Basic SAML Configuration, click Edit, fill in the two values below, and click Save.
Field in Entra ID
What to enter
Identifier (Entity ID)
Your Entity ID from CheckHub
Reply URL (Assertion Consumer Service URL)
Your ACS URL from CheckHub
Sign on URL
Leave empty

Copy both values exactly as we sent them, including the ?connection=... part at the end of the ACS URL. Dropping it is the most common reason a first login fails.

Notion image

Map your users and groups

Now open Attributes & Claims and set up the claims CheckHub needs. The claim names and the group rules are the same for every provider, so they have their own article:

Map user attributes and groups for SSO — read it now, then come back here.

Two things catch out most Entra ID administrators, and both are covered there: use user.mail rather than user.userprincipalname for the email claim, and be aware that Entra sends group Object IDs instead of group names by default.

Get the certificate and URLs

  1. In section 3 · SAML Certificates, download Certificate (Base64).
  1. In section 4, copy the Login URL and the Microsoft Entra Identifier.

Send all three to your CheckHub contact. The certificate is a public certificate, so it's safe to send by email — we will never ask you for a private key or a password.

Notion image

Assign your users

Go to Manage > Users and groups > Add user/group and add the people or groups allowed to use CheckHub. If you set up a group claim, assign the groups here, not only individual users — otherwise the claim arrives empty and nobody can log in.

Only assigned users can log in. Anyone you leave out is stopped by Entra ID before they ever reach CheckHub — which also makes this the quickest way to remove someone's access later.

Notion image

Want to know more?

Did this answer your question?
😞
😐
🤩