New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@node-saml/passport-saml

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-saml/passport-saml - npm Package Compare versions

Comparing version

to
4.0.3

4

package.json
{
"name": "@node-saml/passport-saml",
"version": "4.0.2",
"version": "4.0.3",
"description": "SAML 2.0 authentication strategy for Passport",

@@ -54,3 +54,3 @@ "keywords": [

"dependencies": {
"@node-saml/node-saml": "^4.0.0",
"@node-saml/node-saml": "^4.0.4",
"@types/express": "^4.17.14",

@@ -57,0 +57,0 @@ "@types/passport": "^1.0.11",

@@ -66,3 +66,3 @@ # Passport-SAML

You can pass a `getSamlOptions` parameter to `MultiSamlStrategy` which will be called before the SAML flows. Passport-SAML will pass in the request object so you can decide which configuation is appropriate.
You can pass a `getSamlOptions` parameter to `MultiSamlStrategy` which will be called before the SAML flows. Passport-SAML will pass in the request object so you can decide which configuration is appropriate.

@@ -112,3 +112,3 @@ ```javascript

Please note that in the above examples, `findProvider()`, `findByNameId()`, and `findByEmail()` are an examples of functions you need to implement yourself. These are just examples. You can implement this functionality any way you see fit. Please note that calling `getSamlOptions()` should result in `done()` being called with a proper SAML Configuration (see the TypeScript typings for more information) and the `done()` callbacks for the second and third arguments should be called with an object that represents the user.
Please note that in the above examples, `findProvider()`, `findByNameId()`, and `findByEmail()` are examples of functions you need to implement yourself. These are just examples. You can implement this functionality any way you see fit. Please note that calling `getSamlOptions()` should result in `done()` being called with a proper SAML Configuration (see the TypeScript typings for more information) and the `done()` callbacks for the second and third arguments should be called with an object that represents the user.

@@ -115,0 +115,0 @@ ### The profile object