2022-11-29 15:20:33 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-saml",
|
2024-02-22 01:29:30 +00:00
|
|
|
|
"displayName": "Auth: SAML 2.0",
|
|
|
|
|
"displayName.zh-CN": "认证:SAML 2.0",
|
|
|
|
|
"description": "SAML 2.0 authentication.",
|
|
|
|
|
"description.zh-CN": "通过 SAML 2.0 协议认证身份。",
|
2024-03-08 02:23:26 +00:00
|
|
|
|
"version": "0.20.0-alpha.6",
|
2023-01-11 03:58:47 +00:00
|
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"main": "./dist/server/index.js",
|
2024-03-04 15:02:29 +00:00
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/auth-saml",
|
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-saml",
|
2022-11-29 15:20:33 +00:00
|
|
|
|
"devDependencies": {
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
|
"@node-saml/node-saml": "^4.0.2",
|
|
|
|
|
"antd": "5.x",
|
2023-07-08 00:29:33 +00:00
|
|
|
|
"react": "18.x",
|
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-11-29 15:20:33 +00:00
|
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
|
"@nocobase/auth": "0.x",
|
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
|
"@nocobase/database": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
2023-11-01 01:52:49 +00:00
|
|
|
|
"@nocobase/sdk": "0.x",
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@nocobase/test": "0.x"
|
2023-12-29 07:49:02 +00:00
|
|
|
|
},
|
2024-03-04 15:02:29 +00:00
|
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-02-05 13:10:48 +00:00
|
|
|
|
"keywords": [
|
2024-02-22 15:13:31 +00:00
|
|
|
|
"Authentication"
|
2024-02-05 13:10:48 +00:00
|
|
|
|
]
|
2023-06-20 03:48:02 +00:00
|
|
|
|
}
|