MaxKey icon indicating copy to clipboard operation
MaxKey copied to clipboard

🗝️MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product,业界领先的IAM-IDaas身份管理和认证产品,支持OAuth2.x、OpenID Connect、SAML2.0、JWT、CAS、SCIM等SSO标准协议,基于RBAC统一权限...

Results 47 MaxKey issues
Sort by recently updated
recently updated
newest added

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

我已按照这个[文档](https://www.maxkey.top/doc/docs/install/deploy_docker),在本地docker上部署完成,接下来该如何做呢? 我点击http://sso.maxkey.top/maxkey/后,出现这样的报错提示,请问是什么原因? ![1](https://github.com/dromara/MaxKey/assets/137484745/382ce5ef-21b9-4b36-8630-04747b687223)

question

如何定制化开发登录页面

Bumps [cn.hutool:hutool-all](https://github.com/looly/hutool) from 5.8.16 to 5.8.21. Release notes Sourced from cn.hutool:hutool-all's releases. 5.8.21(2023-07-29) 🐣新特性 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee) 【poi 】 ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符(pr#3171@Github) 【core 】 DateUtil.parse适配6位毫秒格式(issue#I7H34N@Gitee)...

dependencies
java

Bumps [ws](https://github.com/websockets/ws) from 8.5.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies
javascript

在maxkey和ruoyi-vue-plus的官网看到双方有集成。想请教一下我在maxkey配置了用户的权限,这些权限是否可以控制ruoyi-vue-plus的用户权限信息。或者是否有集成的项目or经验。

help wanted

慧点OA怎么集成呢 官方给的文档如下 我要怎么创建呢? 单点登录第三方系统-基于页面配置实现 概述        本文档讨论的是利用现有的wep工程的单点登录设置页面,配置实现从WE系统单点登录第三方系统。 支持版本说明       从WEPV8.1.0.30版本支持基于配置实现“WE系统单点登录第三方系统”。 配置页面说明 设置说明:         接入方式:门户认证机制(跳转第三方必需选择此项);         单点转向地址:在此处设置待跳转的第三方url地址;       单点附加参数:         a). 2023年12月8日修改前格式:         在此处设置跳转地址需附加的参数;如第三方需要接收token时,对应设置的key必须为"token_param",value值为对方接收token的参数名;需根据第三方提供的待跳转地址进行配置。         例如待跳转的第三方地址为 " http://第三方域名/第三方地址?参数1=xx1&ticket=当前登录人的token值",则可设置 单点转向地址为"http://第三方域名/第三方地址",单点附件参数为:"{"参数1": "xx1","token_param":"ticket"}";         b ). 2023年12月8日修改后格式:             样例格式 ```                 {                     "get_token":[                         {                             "hand_url":"http://127.0.0.1:8888/xcoa/api/we-open/v1/wethirdpartysystemlogin/getToken",                                ...