nocobase/packages/plugins/@nocobase/plugin-cas
2023-10-13 18:49:37 +08:00
..
src fix(cas-auth): remove redirect() 2023-10-13 18:49:37 +08:00
client.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
client.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
package.json fix(auth): SSO issues (#2733) 2023-10-12 00:54:00 -05:00
README.md feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
README.zh-CN.md feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00

@nocobase/plugin-cas

提供 CAS 统一登入方式

使用方法

首先你要开启此插件

  1. 在 Authentication 中添加一个 Auth Type 为 CAS 类型的登录方式
  2. 然后你将在登录页看到一个名为 CAS Login 的按钮
  3. 完成