From ec0475843735edc78183636ef2948e15b38fcba3 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Mon, 22 Jan 2024 10:19:54 +0100 Subject: [PATCH] link alternative library --- srv/saml-service.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srv/saml-service.js b/srv/saml-service.js index 22eb05b..cc8ff1c 100644 --- a/srv/saml-service.js +++ b/srv/saml-service.js @@ -4,6 +4,8 @@ const LOG = cds.log("saml-service"); const fs = require("fs"); var saml = require("saml").Saml11; // Saml20 or Saml11 +// Maybe https://github.com/auth0/node-samlp is the better alternative + module.exports = class SamlService extends cds.Service { init() { var options = {