Skip to content

Using AzureServicePrincipleTokenService in implementation for IServiceAccountJwtClient

Abhishek Patil requested to merge abpatil/token_generation into master

The implementation of IServiceAccountJwtClient is having code which is already there in AzureServicePrincipleTokenService in core-lib-azure. Thus modifying the implementation of IServiceAccountJwtClient to use AzureServicePrincipleTokenService for token generation logic.

Merge request reports