in src/azurechat/features/auth/helpers.ts [50:57]
export async function initAad(keys: EntraIdKeys) {
keys.clientId = await GetKey("AzureChatClientId");
keys.clientSecret = await GetKey("AzureChatClientSecret");
keys.tenantId = await GetSingleValue("EntraId:TenantId");
return keys;
}