Versions Compared

Key

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

...

  1. Click Add an Application ID URI, which is used by the client applications to identify this application.

  2. Set the Application ID URI.

  3. Navigate to Go to App roles:

    1. Click Create app role.

    2. Set up a Dev Admin role.

    3. Choose Applications for the Allowed member types.

    4. Specify the Value as dev.environmentAdmin.

    5. Provide a useful description of what this role is supposed to allow.

      create-app-role.png
  4. Navigate to Manifest in the left navigation to ensure Azure Active Directory returns version 2 tokens on its token endpoint.

    manifest-3.png

    1. Search for the key for ‘accessTokenAcceptedVersion’.

    2. Update the value from null to 2, and save it.

      manifest-2.png

  5. Return to the Overview and view the Endpoints, where you can copy and save the OAuth 2.0 token endpoint.

    endpoints.png

  6. Register the Kafka client application.

    client-app-registration.png

  7. Navigate to Certificates & secrets on the left navigation bar and create a new client secret.

    client-secret-client-app.png

...