BIG-IP iRulesLX FakeADFS - WS-Federation/SAML11
Details This was created as a solution to REPLACE the need for AD FS to tie APM into SharePoint. The goal was originally to demonstrate the flexibility of iRulesLX and also to find a way to add WS-...
Published Jan 05, 2017
Version 1.0MichaelatF5
Employee
Joined January 25, 2011
MichaelatF5
Employee
Joined January 25, 2011
Shawn_Conway
May 10, 2022Cirrus
MichaelatF5Howdy!! WE have been using this rule for awhile now, but the node.js keeps crashing, We are using version 6.9.1 of node.js version. Do you have any ideas why it would crash. There is nothing in the logs. Thank You!!! Below are the dependecies for the plugin we are using.
{
"BIG-IP-comments": [
"package.json is the standard npm (www.npmjs.org) package definition file.",
"For more information please see www.npmjs.org/doc/package.json.html. "
],
"description": "A custom iRulesLX extension for BIG-IP",
"private": true,
"repository": {},
"engines": {
"node": "6.9.1"
},
"dependencies": {
"f5-nodejs": "0.0.3",
"fs": "0.0.1-security",
"https": "^1.0.0",
"moment": "^2.29.1",
"querystring": "^0.2.1",
"saml": "^1.0.1",
"tedious": "^6.7.1"
}
}