export interface SamlAttributeMapping {
    email: string;
    firstName: string;
    lastName: string;
    userPrincipalName: string;
}
