export interface IAzureAdConfiguration { clientId: string | null; instanceId: string | null; tenantId: string | null; redirectUri: string | null; }