Integration Test changes for Azure
Description
The changes for Azure provider integration tests. The JWT generation logic was not implemented for running integration tests.
Closes issue(s)
How to test / repro
- Ran integration tests locally, all 19 should pass.
Changes include
-
Bugfix (non-breaking change that solves an issue) -
New feature (non-breaking change that adds functionality) -
Breaking change (change that is not backwards-compatible and/or changes current functionality)
Checklist
-
Added Unit Tests, wherever applicable. -
Updated the Readme -
Existing Tests pass -
Verified functionality locally -
Self Reviewed my code for formatting and complex business logic.