Skip to main content
Version: Next

AzureManagedIdentityClientAssertionCredential

Home > @backstage/integration > AzureManagedIdentityClientAssertionCredential

A client assertion credential that uses a managed identity to generate a client assertion (JWT).

Signature:

export type AzureManagedIdentityClientAssertionCredential = AzureCredentialBase & {
kind: 'ManagedIdentityClientAssertion';
tenantId: string;
clientId: string;
managedIdentityClientId: 'system-assigned' | string;
};

References: AzureCredentialBase