Package version:

Interface MultiTenantTokenCredentialOptions

Options for multi-tenant applications which allows for additionally allowed tenants.

interface MultiTenantTokenCredentialOptions {
    additionallyAllowedTenants?: {};
    authorityHost?: string;
    loggingOptions?: any;
}

Hierarchy (view full)

Properties

additionallyAllowedTenants?: {}

For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens. Add the wildcard value "*" to allow the credential to acquire tokens for any tenant the application is installed.

authorityHost?: string

The authority host to use for authentication requests. Possible values are available through AzureAuthorityHosts. The default is "https://login.microsoftonline.com".

loggingOptions?: any

Allows users to configure settings for logging policy options, allow logging account information and personally identifiable information for customer support.