{ "name": "@nocobase/plugin-saml", "displayName": "Auth: SAML 2.0", "version": "0.21.31", "description": "SAML 2.0 authentication.", "keywords": [ "Authentication" ], "homepage": "https://docs.nocobase.com/handbook/auth-saml", "license": "AGPL-3.0", "main": "./dist/server/index.js", "devDependencies": { "@ant-design/icons": "~5.3.6", "@node-saml/node-saml": "^4.0.2", "@tachybase/schema": "workspace:*", "antd": "5.16.1", "react": "~18.2.0", "react-i18next": "^11.15.1", "react-router-dom": "^6.11.2" }, "peerDependencies": { "@nocobase/plugin-auth": "workspace:*", "@tachybase/actions": "workspace:*", "@tachybase/auth": "workspace:*", "@tachybase/client": "workspace:*", "@tachybase/database": "workspace:*", "@tachybase/sdk": "workspace:*", "@tachybase/server": "workspace:*", "@tachybase/test": "workspace:*" }, "description.zh-CN": "通过 SAML 2.0 协议认证身份。", "displayName.zh-CN": "认证:SAML 2.0", "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1", "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-saml" }