Using Azure Directory, you need to generate a Secret, Client ID and Tenant ID so that Smoothwall can link up to the Azure instance.
There are four steps to
- Adding a new registration
- Configuring permissions
- Copying the Secret
- Copying the Client ID and Tenant ID
Make sure to note your Secret, Client ID and Tenant ID values. You will need to add them to your Smoothwall Admin Panel.
Adding a New Registration
- In Azure Directory, select the top left icon and select Azure Active Directory from the sidebar.
- Select App Registrations from sidebar.
- Select New Registration.
- Enter a Name, tick the Accounts in the organization directory only checkbox and select Register.
Configuring Permissions
- Select API Permissions from the sidebar.
- Select Add Permission.
- Select Microsoft Graph.
- Select Application Permission.
- Enter Directory in the search bar.
- Expand the Directory arrow and select Directory.Read.All.
- Select Add Permission.
- Select Grant Admin Consent.
- A confirmation window will appear. Select Yes.
- The Status will update to Granted with green ticks.
Copying the Secret
- Select Certificates and Secrets from the sidebar.
- Select New Client Secret.
- Enter a Description and select Expires in 24 months.
Note: Add a reminder in your calendar to update the Secret in 24 months. - Select Add.
- Copy the ID under the Value column and paste it into a notepad.
Warning: Do not navigate away from this page until you have copied the Value, otherwise the Value will be hidden, and you will not be able to see it again. You will need to delete and generate a new Secret again.
Copying the Client ID and Tenant ID
- Select Overview from the sidebar.
- Copy the Application (client) ID and paste it into a notepad.
- Copy the Directory (tenant) ID and paste it into a notepad.
Once you have captured all three values (Secret, Client ID & Tenant ID), go on to the next step: adding them to your Smoothwall Admin Panel.