improve saml authentication (#836)

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
Denis Barbaron
2025-02-18 18:54:51 +01:00
committed by GitHub
parent 114c8ffb09
commit 1e3069031f
2 changed files with 19 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/**
* Copyright © 2024 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
* Copyright © 2024-2025 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
**/
var fs = require('fs')
@@ -50,6 +50,8 @@ module.exports = function(options) {
var samlConfig = {
entryPoint: options.saml.entryPoint
, issuer: options.saml.issuer
, wantAssertionsSigned: options.saml.wantAssertionsSigned
, wantAuthnResponseSigned: options.saml.wantAuthnResponseSigned
}
if (options.saml.certPath) {