Add single-sign-on (SSO) to Minimus in Azure, by configuring Minimus as a custom SAML app.Documentation Index
Fetch the complete documentation index at: https://docs.minimus.io/llms.txt
Use this file to discover all available pages before exploring further.
Prepare the SSO form in Minimus
- Go to Manage > Users & Groups (direct link)
- Click Configure SSO at the top of the page to open the Minimus SSO form.
- The form has 4 parts:
- Configure Minimus as a custom app in your identity provider - You will copy these parameters from Minimus to Azure in the next steps.
- SP Entity ID
- Reply URL (Callback / ACS URL)
- Relay State (optional) - If you leave the Relay State blank, users will only be able to login with SSO from the Minimus homepage.
- Connect Minimus to your identity provider - You will fetch these parameters from your Azure custom app and save them to the Minimus form:
- Login SSO URL
- IdP Entity ID
- Certificate
- SAML Attribute Mapping - You will the fetch the Azure claim names for the following parameters and save them to the Minimus form:
Minimus Parameter Azure Attribute Name Email user.mail Full Name user.userprincipalname - Group Mapping is optional and can be enabled if you plan to configure user groups. See the instructions in user groups.
- Configure Minimus as a custom app in your identity provider - You will copy these parameters from Minimus to Azure in the next steps.
Add Minimus as a custom app under Azure Enterprise Applications
Create a Minimus application in Azure
- The first step is to create the Minimus App in Azure and link it to your Minimus Console. Go to Enterprise Applications to begin.
- Select the option New application.
- In the top bar, select the option to Create your own application.
- Name the application. (We’ll assume the name Minimus App was used for the rest of this guide.)
- Select the option to Integrate any other application you don’t find in the gallery (Non-gallery).
- Click Create.
- Wait for the success confirmation. It may take a minute or so.
Configure the SAML app
- Select Set up single sign on.

- Select SAML.

- Select Edit for Step 1 - Basic SAML Configuration.

- Copy the following from the Minimus SSO form to Azure:
| To copy from Minimus form | And paste in Azure form |
|---|---|
| SP Entity ID | Identifier (Entity ID) |
| Reply URL (Callback / ACS URL) | Reply URL (Assertion Consumer Service URL) |
| Relay State | Relay State (Optional) |
- Save the form.

Copy Microsoft Entra Identifier
- You will be automatically navigated to the Minimus App overview page.
- Copy the Azure Microsoft Entra Identifier to the IdP Entity ID in the Minimus form.

Copy Azure attributes & claims to Minimus
Copy the relevant schema to the SAML Attribute Mapping section in the Minimus SSO form as shown below.

- Select Edit for Step 2 - Attributes & Claims.

- You will see a table of the default claims.
- Copy the claim name for the
user.mailand theuser.userprincipalnameto the Minimus form.
| Minimus Parameter | Azure Attribute Name |
|---|---|
| user.mail | |
| Full Name | user.userprincipalname |

Download Base64 Certificate
- In Azure, continue to Step 3 - SAML Certificates.
- Download the Base64 Certificate.
- Open the certificate in notepad or another code viewer, and copy the code (including “-----BEGIN CERTIFICATE… and …END CERTIFICATE-----”).
- Copy the certificate to the Minimus SSO form.

Copy Azure Login URL to Minimus
- In Azure, continue to Step 4 - Set up Minimus.
- Copy the Azure Login URL to the field Login SSO URL in the Minimus SSO form.

Enable group mapping, if relevant
- If you aren’t interested in group mapping, skip to the next step and save the SSO configuration form in Minimus. You are ready to add SSO users in Minimus.
- If you want to add group mapping, follow the steps below. You have the option to either manage Azure groups by group name or group ID. The configurations are different for each.
Assign user/group access in Azure
Grant Azure users and/or groups access to Minimus.- In Azure, select Enterprise Applications.
- Select your Minimus App to open its details.
- Select Users and Groups from the left menu.
- Select Add user/group and follow the instructions on the page.

Manage Azure group names in Minimus
The process involves a few extra steps if you plan to manage Azure group names in Minimus.Enable group mapping in Minimus
- Open the Minimus SSO form (direct link)
- Enable Step 4: Group Mapping.
- Select: Azure
- Fill out the following Azure parameters:
- Application ID (also shown as Application (client) ID depending on where you look it up in Azure)
- Client Secret (see the next steps)
- Save the Minimus SSO form.

Configure API permissions
- In Azure, search for App Registrations.
- Select the enterprise application you created in the previous steps. (We assume you named it Minimus App).
- Authorize your app to call APIs:

- Select API Permissions from the left menu.
- Select Add a permission.
- Select Microsoft Graph (It will be the top option under the default tab, Microsoft APIs).
- Select Application permissions.
- Search for “directory” and select Directory.Read.All.
- Click add permissions to save your changes.
- In the same window, select grant admin consent for Default Directory and confirm your selection.

Generate client secret
You will need to generate a client secret and save it in the Minimus SSO form.- In Azure, search for App Registrations.
- Select the enterprise application you created in the previous steps. (We assume you named it Minimus App).
- Select certificates & secrets from the left menu.
- Select + New client secret.
- Set the secret’s expiration, add a description (optional), and save the secret.
- Copy the secret’s value and save it immediately in the Minimus SSO form.

Add Azure group names in Minimus
- In Azure, look up your Azure groups. You can search for “groups” in the top searchbar.

- In the Minimus Groups form (direct link), add the groups by group name.
Manage Azure group IDs in Minimus
The process involves a few extra steps if you plan to manage Azure group IDs in Minimus.Add group claim
- In Azure, search for Enterprise Applications
- Select your app
- Select single sign on from the left menu
- Select edit in attributes & claims

- Select add a group claim. A form will appear to the right:
- Select the relevant groups. You can select all groups or another option. There are advanced options as well to filter out specific groups, etc.
- Save your group claim.

- The new group claim will be added to the list. Its format is fixed:
http://schemas.microsoft.com/ws/2008/06/identity/claims/groups

Enable group mapping in Minimus
- Open the Minimus SSO form (direct link)
- Enable Step 4: Group Mapping.
- Keep the default selection: Google / Okta / Other
- Paste in the Azure group mapping:
- Save the Minimus SSO form.

Add Azure group IDs in Minimus
- In Azure, look up your Azure groups. You can search for “groups” in the top searchbar.

- In the Minimus Groups form (direct link), add the groups by Azure group ID.
