Auvik supports Azure Active Directory (Azure AD) for authentication, allowing users to log in with their existing credentials and enabling centralized access management.
Authentication methods are configured per site in Auvik. The authentication method assigned to a site determines how users assigned to that site log in.
Note: SAML Single Sign-On (SSO) is not available during Auvik trials.
Auvik uses SAML 2.0 for SSO. The setup process consists of five main steps:
- Create an application in Azure AD
- Configure SAML in both Azure AD and Auvik
- Test the configuration
- Grant users access in Azure AD
- Enable SSO and migrate users in Auvik
1. Create an Application in Azure AD
If you log in to Auvik using a Microsoft account, skip this step.
- Log in to the Azure portal
- Go to Azure Active Directory > Enterprise applications
- Click Create your own application
- Enter Auvik as the name
- Select Integrate any other application you don't find in the gallery
- Click Create
- Go to Properties:
- Set Enabled for users to sign-in to Yes
- Set User assignment required to Yes
- Click Save
2. Configure SAML in Azure AD and Auvik
Step A: Get SAML Details from Azure AD
- In Azure, go to Enterprise applications > Auvik
- Select Single sign-on
- Choose SAML
⚠️ Important:
At this point, your screen may not look like the example image yet. Azure AD may require you to enter basic SAML configuration values before the full configuration page (including certificates) becomes available.
Under Basic SAML Configuration, click Edit and enter temporary values:
- Identifier (Entity ID):
my.auvik.com - Reply URL (ACS URL):
https://my.auvik.com/
These temporary values are only used to unlock the rest of the configuration. You will replace them later with actual values from Auvik.
- Identifier (Entity ID):
- Save your changes
- Under SAML Signing Certificate:
- Create a new certificate (do not use any auto-generated default)
- Set:
- Signing Option: Sign SAML Assertion
- Algorithm: SHA-256
- Make the new certificate active
- Download the PEM certificate
- Copy the following values:
- Login URL
- Azure AD Identifier
Keep this page open—you’ll return to it later.
Step B: Configure SAML in Auvik
- In Auvik, go to the site dashboard
- Navigate to Settings > Authentication
- Upload the SAML Signing Certificate
- Enter:
- IdP Issuer URI → Azure AD Identifier
- IdP Single Sign-On URL → Login URL
- Click Save
- Copy the following values from Auvik:
- Audience URI
- ACS URL
- RelayState
Step C: Complete Configuration in Azure AD
- Return to Azure AD
- Edit Basic SAML Configuration
- Replace the temporary values with:
- Identifier (Entity ID) → Audience URI
- Reply URL (ACS URL) → ACS URL
- Relay State → RelayState
- Save
- Go to User Attributes & Claims:
- Set Name identifier:
- Format: EmailAddress
- Source:
user.mail
- Set Name identifier:
- Add the following claims:
| Name | Source Attribute |
|---|---|
| firstName | user.givenname |
| lastName | user.surname |
| user.mail |
- Save
3. Test the Configuration
- In Azure AD:
- Go to Users and groups
- Assign a test user to the Auvik application
- In Auvik:
- Go to Settings > Authentication
- Click Test SSO
- Select the test user
- In an incognito window:
- Log in using Azure AD credentials
- Do not use “Log in with Microsoft”
- Confirm the result in Auvik
⏱️ You must complete the test within 30 minutes or it will reset.
4. Grant Users Access in Azure AD
- Go to Enterprise applications > Auvik
- Select Users and groups
- Click Add User
- Assign the appropriate users or groups
5. Enable SSO and Migrate Users
- In Auvik, go to Settings > Authentication
- Choose an authentication method:
- Standard login (password, Google, Microsoft)
- SSO for selected users
- SSO for all users
- Save your changes
Migration Options
- All users in the site
- Users from a specific domain
- Individual users
⚠️ Important Notes:
- Users migrated to SSO must log in via Azure AD only
- Auvik does not support just-in-time provisioning—users must exist in Auvik first
- If enforcing SSO for all users, any unmigrated users will lose access
Key Improvement from Previous Version
- Clarified that the SAML configuration screen may not initially match the screenshot
- Explicitly explained the need for temporary values to unlock configuration
- Reduced confusion by aligning instructions with actual Azure AD behavior
