Skip to main content

Microsoft Azure Integration

How to integrate Microsoft Azure with Hook

Updated over a month ago

Create App Registration

After logging into https://portal.azure.com/, within the ‘All resources’ section, navigate to ‘App registrations’ and select ‘New registration’

In the ‘Supported account types’ section, within ‘Who can use this application or access this API?’, please select Accounts in this organizational directory only (Single tenant)

For now, leave the Redirect URI (optional) section empty.

From within the newly created App registration, select ‘Add a certificate or secret’

Then choose ‘New client secret’

Please make a note of the Value generated. Client secret values cannot be viewed, except for immediately after creation. Be sure to save the secret created before leaving the page.

Next choose to ‘Add a Redirect URI’

Choose to ‘Add a platform’ and from the ‘Configure platforms’ section select ‘Web’

In the ‘Redirect URIs‘ section enter https://app.hook.co/login-callback. Leave all other options empty, and click ‘Configure’

Add a second URI https://app.hook.co/login-callback, and click ‘Save’

Finally, we need three things from you, the Client ID, the Client Secret (previously saved) and the Directory (tenant) ID of that Application.

The Client ID and Directory (tenant) ID aren’t secret, so can be shared though any convenient mechanism. The Client Secret however, is confidential so must be shared securely.

Did this answer your question?