/// export interface SamlOptions { cert: string | Buffer; key: string | Buffer; url: string; signatureAlgorithm?: 'rsa-sha512'; digestAlgorithm?: 'sha512'; issuer?: string; attributes: Record; username: string; }