deployment->domain() !== null && request()->isSecure(); } /** The Relying-Party ID = the active domain (asserted present by available()). */ public function rpId(): string { return (string) $this->deployment->domain(); } }