Skip to content

Using AzureServicePrincipleTokenService in implementation of IServiceAccountJwtClient

Abhishek Patil requested to merge abpatil/token_generation into master

The token generation logic in implementation of IServiceAccountJwtClient is already there in AzureServicePrincipleTokenService class of core-lib-azure. Using AzureServicePrincipleTokenService class for the token generation logic.

Merge request reports