Skip to main content
This page covers Step 4 (creating the application) and SCIM setup for Microsoft Entra ID. Everything else — enabling SSO, entering credentials, access policy — is the same for all providers and is covered in SSO Setup.
Copy the callback URL from G360 first. Go to Settings → SSO Settings, turn on Enable single sign-on, and copy the read-only Callback URL from the Identity Provider section. You paste it into Entra below.

Create the app registration

Console: entra.microsoft.comIdentity → Applications → App registrations → New registration.
Platform must be Web, not Single-page application. An SPA registration enforces PKCE and refuses a client secret. G360 exchanges the authorization code from its own server, so it needs a confidential (Web) client.
From the application’s Overview page, copy:
  • Application (client) ID — this is your Client ID.
  • Directory (tenant) ID — you need this for the issuer URL below.
Entra app registration Overview page with Application (client) ID, Object ID, Directory (tenant) ID and supported account types

The app registration Overview page, showing the Application (client) ID and Directory (tenant) ID together.

Create the client secret

Certificates & secrets → Client secrets → New client secret.
Copy the Value column immediately. Entra shows it once and masks it permanently afterwards. Do not copy the Secret ID — that is an identifier, not the credential, and using it in G360 produces an authentication failure that looks like a misconfiguration on your end.
Entra Certificates and secrets page listing a client secret with its Expires, Value and Secret ID columns

Certificates & secrets after generating a secret — the Value and Secret ID columns sit side by side. Only Value is the credential.

Build the issuer URL

Use the Directory (tenant) ID you copied above:
Issuer URL
The /v2.0/ segment is mandatory. The same URL without it points at a different, older token issuer that is not standards-compliant for this purpose — it will appear to work before failing in confusing ways. Paste the full URL into a browser and confirm it returns JSON before entering it into G360.
G360 requests only the openid, profile and email scopes, which are user-consentable on a default tenant. If your organization has disabled user consent, the first person to sign in sees “Need admin approval”. An administrator needs to grant consent on the app once — a smaller request than a full role grant.

Next: enter the details in G360

You now have the Client ID, Client Secret and Issuer URL. Return to Step 5 of the setup guide to enter them, test the connection, and save.

SCIM provisioning

SCIM requires Entra ID P1 or P2. It is not possible on Entra ID Free, regardless of how G360 is configured — the Provisioning blade either doesn’t appear or can’t be set to Automatic. SSO works on every tier, including Free.P1 is often already included in Microsoft 365 Business Premium, M365 E3, or EMS E3. Office 365 E1–E3 and M365 Business Basic/Standard do not include it.
Creating the second application needs the Cloud Application Administrator or Application Administrator role at directory level — a higher bar than registering the SSO app, which is often available to any user whose tenant allows it. If Create your own application is greyed out, this is why.
First, generate a SCIM token in G360.

Create a second application

The app registration you created for SSO cannot be reused — its service principal has no synchronization template, so its Provisioning blade has nothing to configure. Enterprise applications → New application → Create your own application → “Integrate any other application you don’t find in the gallery (Non-gallery)”.
Name it something clearly distinct from your SSO app — for example G360 SCIM versus G360 SSO. Creating an app registration also auto-creates an enterprise application of the same name, so it’s easy to end up configuring the wrong one.

Connect it to G360

Provisioning → Get started → Provisioning Mode: Automatic. Save first, then Enable, then Test Connection. The connection control is inert until the credentials are persisted.

Attribute mapping

Open Provisioning → Attribute mapping:
  1. Open Provision Microsoft Entra ID Groups and set Enabled: No. G360 supports user provisioning only, and leaving Groups mapped fails on every sync cycle.
  2. In Provision Microsoft Entra ID Users, confirm externalId is mapped from objectId, not mailNickname.
  3. Confirm Target Object Actions includes Create, Update and Delete.
Entra’s default for externalId is not always objectId. mailNickname is a mutable alias and will not stay a stable match over time. Fix this before provisioning anybody — changing it later leaves every existing user holding the old value.
Confirm userName is mapped to the user’s email address. Entra usually maps it from userPrincipalName, which is correct when your UPNs are the email addresses. If they aren’t, change the source to mail.

Scope and assignment

Settings → Scope: “Sync only assigned users and groups.”
Never choose “Sync all users and groups” — it would push your entire directory into G360.
Assign every user to both applications:
  • The SSO app — only if its Properties → “Assignment required?” is set to Yes.
  • The SCIM app — always required. This is what actually controls who is provisioned and deprovisioned.
Entra enterprise application Users and groups page listing an assigned user, with Add user/group and Remove assignment actions

Users and groups on the G360 SCIM enterprise application. Removing someone's assignment here is what deprovisions them in G360.


Provider-specific errors

If Entra’s own screen shows an error before you’re redirected back to G360, the problem is on its side. These carry an AADSTS code, which is precise. For errors that appear after you’re back in G360, see Troubleshooting.