Configure MSAL authentication

For Microsoft cloud environments, to authenticate logged-in user and retrieve the authentication token, you need to register the redirection URLs for your created and registered WorkZone Mobile (New) app in the Azure portal.

  1. Sign in to the Microsoft Azure portal.
  2. If you have multiple tenants configured, click Settings in the top and switch to the tenant for which you want to register the application from the Directories + subscriptions menu.
  3. Click Identity > Applications.
  4. Select the required registered application from the list.
  5. Select Manage > Authentication.
  6. If your platform redirection URI is already configured, proceed to step 7.
    • If your platform redirection URI is not configured yet:
      1. Under Manage, select Authentication > Add a platform > Android.
      2. From the new window screen, select Android.
      3. Enter dk.kmd.kmd_workzone as your project's Package Name.
      4. Enter ZeNbdKsSDlp+6OW6NQ3NVnCECeo= as the signature hash key.
      5. Click Configure and proceed to step 8.
  7. If your platform is already configured, click Add URI, and:
    •  For Android:
      1. Enter dk.kmd.kmd_workzone as your project's Package Name.
      2. Enter ZeNbdKsSDlp+6OW6NQ3NVnCECeo= as the signature hash key.

    • For iOS:
      1. Enter dk.kmd.kmd-workzone.mobile as your Bundle ID.
  8. Click Save.

See also: