Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create Azure Application

...

In the Azure portal, select Azure Active Directory and go to App registrations.

Image Removed

Go to Enterprise applications → All applications

Image Removed

Select New application at the top of the dialog.

Image Removed

Enter the name of the application in the search box. Select the desired application from the results panel and register it.

Image Removed

On the Application Name page, click Sign up for <Application Name>.

Image Removed

You will be redirected to the application's login page or to the Azure Active Directory (Azure AD) page for login credentials.

After successful authentication, you must accept consent on the consent page. The application will then be displayed on the home page.

Click App registrations on the left side of the menu and open the application by typing the application name in the search box.

Image Removed

Click View API Permissions in Call APIs.

Image Removed

Click Add a permission.

Image Removed

Click on the Microsoft Graph.

Image Removed

Select the required options under Delegated permissions and Application permissions

Image RemovedImage Added

Then click New registration.

Image Added

Set a Name and select Supported account types. In Redirect URI, select Web and set Redirect URL from HostBill. Press Register.

Image Added

For the created application go to Certificates & secrets and then press New client secret. Copy Client ID and Client Secret to HostBill.

Image Added

Go to API permissions and Add a permission.

Add the following Scopes:

  • openid
  • email
  • offline_access
  • https://outlook.office365.com/IMAP.AccessAsUser.All
  • https://outlook.office365.com/SMTP.Send
  • https://outlook.office365.com/mail.read
  • https://outlook.office365.com/User.Read

Image Added

Go to the application's Properties and copy the Application ID as Client ID in HostBill.Click All settings → Keys and select Duration. Click Save and copy Secret Value as Client Secret in HostBill. Expose an API and Add a scope and Add a client application.

Image Added

Set up Azure in HostBill

...