Skip to main content
This guide walks you through setting up SSO via SAML from your Entra ID tenant to Chamelio. You will need the SSO Self Service link that Chamelio sends you before starting.
1

Get Started

Open the SSO Self Service link Chamelio provided. You will see the setup screen.Click Get Started.On the Select Your Identity Provider page, select Custom SAML, then click Next.
Do not select the Entra ID option — that configures an OIDC connection. Select Custom SAML to set up a SAML connection from Entra ID.
2

Create an Application

The Self Service page shows two values you will need:
  • Single Sign-On URL (also called Assertion Consumer Service URL / Callback URL) — starts with https://
  • Service Provider Entity ID (also called Audience URI) — starts with urn:auth0:
Copy both values before proceeding.In Entra ID, navigate to Enterprise applications and select New application.
  1. Select Create your own application.
  2. Enter a name for your app, e.g. Chamelio-SAML.
  3. Choose Integrate any other application you don’t find in the gallery (Non-gallery).
  4. Click Create.
Once the application is created:
  1. Select the Single Sign-On menu and choose SAML.
  2. Select Edit on the Basic SAML Configuration section.
  3. Set Identifier (Entity ID) to the Service Provider Entity ID value from the Self Service page (starts with urn:auth0:).
  4. Set Reply URL (Assertion Consumer Service URL) to the Single Sign-On URL from the Self Service page (starts with https://).
  5. Click Save.
Select Next on your Self Service page.
3

Configure Connection

From the SAML configuration page in Entra ID, locate SAML Certificates (section 3) and copy the App Federation Metadata URL.On the Self Service page, paste this value into the Metadata URL field.Click Create Connection, then Proceed.
4

Test SSO

Click the Test Connection button. You will be redirected to the Microsoft SAML sign-in process.Once testing is complete, head back to the Self Service page. You can see the data coming in through the SAML connection. Click Done to complete the setup.
5

Finalize

Assign users and groupsIn the created Enterprise App, navigate to Users and groups and assign the users and groups that are allowed to access Chamelio.Set assignment requiredNavigate to Manage > Properties and confirm that Assignment required is set to Yes. This ensures that unassigned users cannot access the app.