Skip to main content

Connecting HocNota as an Azure application

HocNota prerequisites

Configuration must be done with an administrator account.

Check or set your site's base URL in "System -> Configuration".

Get the redirect URI from "System -> Azure AD: Redirect URI".

Registering the application in Azure

Search for "App registration" in the search bar.

01-app-registration.png

Select "New registration".

02-new-registration.png

Enter the registration information.

Name: name of the application.

Supported account types: depending on your needs (e.g. Single tenant only - xxxxx).

Redirect URI: redirect URL retrieved from the HocNota interface.

03-register.png

On the next page, retrieve:

  • Directory ID (Tenant ID in HocNota)

  • Application ID (Client ID in HocNota)

then click "Add certificate or secret".

05-create-secret.png

In the Client Secret tab, select "+ New client secret".

06-new-secret.png

Choose an expiration then confirm.

07-name-expiration.png

On the next page, retrieve the secret value.

08-get-secret.png

Configuration in HocNota

Enter the information created in the previous step.

  • Tenant ID

  • Application ID

  • Client Secret

09-config-hocnota.png

Save then test the connection.

See also the reference page: Azure Application.