Axinom Mosaic Libraries
    Preparing search index...

    Function getManagedServiceAccountToken

    • This function authenticates a managed service account.

      Parameters

      • authEndpoint: string

        URL for id-service authEndpoint.

      • clientId: string

        Client ID of the managed service account.

      • clientSecret: string

        Client secret of the managed service account.

      • OptionaltargetTenantId: string

        Tenant ID to be used in resulting AccessToken. If not provided, Root Tenant ID will be used.

      • OptionaltargetEnvironmentId: string

        Environment ID to be used in resulting AccessToken. If not provided, Root Environment ID will be used.

      Returns Promise<TokenResult>

      AccessToken for the managed service account.