Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/auth-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"passport-microsoft": "^1.0.0",
"passport-oauth2": "^1.6.1",
"passport-onelogin-oauth": "^0.0.1",
"passport-saml": "^3.1.2",
"@node-saml/passport-saml": "^4.0.4",
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plugins/auth-backend/src/providers/saml/provider.ts still imports from passport-saml (and passport-saml/lib/...), so switching the dependency to @node-saml/passport-saml will likely cause module resolution failures at build/runtime unless those import paths are updated too.

Severity: high

Other Locations
  • plugins/auth-backend/src/providers/saml/provider.ts:18
  • plugins/auth-backend/src/providers/saml/provider.ts:23

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"uuid": "^8.0.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
Expand Down
Loading
Loading