We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70f4af commit 69465d2Copy full SHA for 69465d2
app/meteor-accounts-saml/server/saml_server.js
@@ -61,9 +61,9 @@ Meteor.methods({
61
return;
62
}
63
64
- let { nameID } = user.services.saml;
+ const { nameID } = user.services.saml;
65
const sessionIndex = user.services.saml.idpSession;
66
- nameID = sessionIndex;
+
67
if (Accounts.saml.settings.debug) {
68
console.log(`NameID for user ${ Meteor.userId() } found: ${ JSON.stringify(nameID) }`);
69
0 commit comments