{ "name": "@nocobase/plugin-saml", "displayName": "Auth: SAML 2.0", "version": "0.21.2-alpha.8", "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", "@nocobase/schema": "workspace:*", "@node-saml/node-saml": "^4.0.2", "antd": "5.16.0", "react": "~18.2.0", "react-i18next": "^11.15.1", "react-router-dom": "^6.11.2" }, "peerDependencies": { "@nocobase/actions": "workspace:*", "@nocobase/auth": "workspace:*", "@nocobase/client": "workspace:*", "@nocobase/database": "workspace:*", "@nocobase/plugin-auth": "workspace:*", "@nocobase/sdk": "workspace:*", "@nocobase/server": "workspace:*", "@nocobase/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" }