Skip to content

Commit

Permalink
link alternative library
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Jan 22, 2024
1 parent 87589d0 commit ec04758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srv/saml-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ec04758

Please sign in to comment.