async validate(samlUser: any): Promise<any> {
    const user = await this.authService.validateSAMLUser(samlUser);
    return user;
  }