Class AzureUserManagedIdentityClient

java.lang.Object
it.pagopa.swclient.mil.azureservices.identity.client.usermanaged.AzureUserManagedIdentityClient
All Implemented Interfaces:
AzureIdentityClient

@ApplicationScoped public class AzureUserManagedIdentityClient extends Object implements AzureIdentityClient

Reactive client (it's a proxy of REST client) to get access token from Microsoft Entra ID by means of User Managed Identity.

To use this method, the environment variable IDENTITY_CLIENT_ID must be set.

Author:
Antonio Tarricone