@Get('api/auth/sso/saml/login') @UseGuards(SamlAuthGuard) async samlLogin() { //this route is handled by passport-saml return; }