In this guide, you register an app in the Azure portal so the Microsoft identity platform can provide authentication and authorization services for your application and its users to establish a trust relationship between your application and the identity provider, the Microsoft platform.


Register an Application

Follow the steps below to create the application registration:

  1. Sign in to  Azure Portal
  2. Search and select for Azure Active Directory
  3. Select +Add and select App registration.
  4. Enter a display Name for your application. The users of your application might see the name when using the app, for example during sign-in. The display name can be changed at any time and multiple app registrations can share the same name. 
  5. In Support account types select Accounts in any organizational directory (Any Azure AD directory - Multitenant) 
  6. Under Redirect URI (optional) enter following the call back you have received from us (look similar to this https://datapult.dk/azure-sso-callback/YOUR-SLUG-HERE
  7. Select Register to complete the initial app registration.
  8. Copy the Application (client) ID and send it to Datapult (draft as you will need to send another value). 
  9. In the left panel under Manage select Certificates & Secrets.
  10. Under Client secrets click + New client secret.
  11. Add ad description for client secret.
  12. We recommend setting an expiration value of fewer than 12 months.
  13. Select Add.
  14. Record the secret's value and send it to Datapult.
  15. You are done!


Video Tutorial