Clean up of JWT generation in Azure

Type

  • Feature Request
  • Bug Report

Priority

  • High
  • Medium
  • Low


Feature Request

Why is this change needed?

Clean up of JWT generation logic for Azure Notification.

  1. Find out if there is a role of the tenancy there. Add the tenant sensitivity if required.
  2. Disable tenancy info validation as it is causing a circular dependency while updating core.
  3. Clean up code for more sophisticated calls to AAD.

Current behavior

a JWT is created with Tenant insensitivity.

Expected behavior



Other information

Edited by Komal Makkar