Set Up Azure Account and Register Zone Employee Portal Application
Step 1: Create an Azure Account
(Skip this step if you already have an Azure account.)
-
Go to Azure Portal.
-
Click Create Account, then follow the prompts to set up an account with your email and password.
Step 2: Create a Tenant & Organization
(Skip this if you already have one.)
-
In the Azure Portal, open the menu and go to Active Directory.
-
Click Create tenant.
-
Choose Tenant type:
Azure Active Directory
. -
Set the organization name and domain name.
-
Wait for the tenant to be created.
-
Once created, switch to the new tenant in Active Directory if needed.
Step 3: Register Zone Employee Portal as an Application
-
In Azure Portal, ensure you are in the correct tenant.
-
Navigate to App Registrations in the menu.
-
Click New Registration.
-
Choose account type:
Single tenant
. -
Set Redirect URI:
-
For global accounts:
-
For EU-based accounts:
-
-
Click Register.
-
In the Overview section, copy and save the Application (Client) ID.
-
Go to Certificates & secrets → New client secret.
-
Create a client secret and save its value for later.
Step 4: Assign Users/Groups to the Application
-
In Azure Portal, go to App Registrations.
-
Click on your registered app under “Managed application in local directory”.
-
Click Assign users and groups.
-
Select the required users and groups.
-
Ensure users have an Email field set.
-
Business organizations usually have this pre-set.
-
Free test Azure AD accounts may not (users invited to test accounts typically do). More info here.
-
Step 5: Configure Azure Authentication in Zone Employee Portal
Requirements:
-
Azure Tenant ID
-
Azure Application Client ID
-
Azure Application Client Secret
Setup Steps:
-
Log in to Zone Employee Portal as an Admin.
-
Go to Setup → External Authentication Provider.
-
Click Create.
-
Choose a name for the configuration.
-
Set Type to
Azure
. -
Set the Redirect URL:
(Replace
<your-tenant-id>
with your actual tenant ID.) -
Enter your Client ID and Client Secret from Azure App Registration.
-
Click Save.
Once saved, a Login URL will be generated. Users must use this URL to authenticate—standard username/password login will not work.
Step 6: Enable Access from Azure
-
In Azure Portal, go to Active Directory → App Registrations.
-
Select Zone Employee Portal.
-
In the menu, go to Branding.
-
Set Home Page URL to the Login URL from Zone Employee Portal’s External Authentication Provider settings.
Final Notes:
-
Users logged into Microsoft will now see Zone Employee Portal in their registered applications list.
-
Authentication will only work via the Login URL provided in Step 5.