{"id":26101630,"url":"https://github.com/417511458/jbone-sso","last_synced_at":"2025-06-19T20:36:48.784Z","repository":{"id":39817279,"uuid":"221899214","full_name":"417511458/jbone-sso","owner":"417511458","description":"jbone单点登录","archived":false,"fork":false,"pushed_at":"2023-04-17T19:35:29.000Z","size":76444,"stargazers_count":9,"open_issues_count":4,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T10:36:18.533Z","etag":null,"topics":["cas","spring","springc","sso","sso-client","sso-server"],"latest_commit_sha":null,"homepage":"http://jbone.cn/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/417511458.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-15T10:19:23.000Z","updated_at":"2021-11-04T13:02:55.000Z","dependencies_parsed_at":"2022-09-23T01:00:33.016Z","dependency_job_id":null,"html_url":"https://github.com/417511458/jbone-sso","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417511458%2Fjbone-sso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417511458%2Fjbone-sso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417511458%2Fjbone-sso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417511458%2Fjbone-sso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/417511458","download_url":"https://codeload.github.com/417511458/jbone-sso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594141,"owners_count":21130312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cas","spring","springc","sso","sso-client","sso-server"],"created_at":"2025-03-09T19:00:07.786Z","updated_at":"2025-04-12T16:09:32.619Z","avatar_url":"https://github.com/417511458.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 介绍\njbone sso是基于cas框架实现的单点登录服务。并在cas原有基础上做了扩展。既支持CAS内置所有功能，又完美集成Spring Cloud套件和其他自定义功能。\n\njbone sso既是jbone项目群中的一员，也完全可以独立部署运行，只需要简单的配置就可以实现微服务项目群的单点登录。\n\n## 功能清单\n\n### SSO服务\n功能点 | 完成状态\n---|---\n单点登录 |  ✔️\n单点登出 |  ✔️ \nMVC项目接入 |  ✔️ \n前后端分离项目接入 | ✔️ \n第三方登录 - github |  ✔️ \n第三方登录 - 微信扫码登录 | 开发中\n第三方登录 - 微信登录 |  开发中\n第三方登录 - 更多... |  开发中\n自定义登录异常提示 |  ✔️\n自定义皮肤 | 开发中\n更多功能... | 计划中\n\n### SSO后台管理\n功能点 | 功能描述 |  完成状态\n---|--- | ---\n服务管理 | 服务的新增、删除、修改、全文检索等 | ✔️\n服务版本控制 | 通过对服务的版本控制，可有效控制服务发布流程。将发布流程改为：修改-\u003e提交-\u003e发布，而不是直接发布服务。 | ✔️\n管理后台登录权限控制 | 支持集成SSO Server、静态用户等 | ✔️\n委托用户控制 | 相当于github中的PR用户，需要通过PR来变更服务 | ✔️ \n委托用户管理服务 | 管理流程：修改 -\u003e 提交PR | ✔️ \n管理员接受或拒绝委托用户的服务变更 | 处理委托用户的PR | ✔️\n\n## jbone\n![Jbone logo](doc/images/logo-text.png)\n\njbone是基于Spring Cloud开发的项目群，是对Spring Cloud微服务架构的综合应用实践和基础开发框架\n\n[jbone.cn](http://jbone.cn)\n\n**功能架构图**\n\n![Jbone功能架构图](doc/images/features.png)\n\n**项目成员**\n\n项目名 | 简介 | 项目地址\n---- | ------ | ----\njbone-sso | 单点登录模块 | [github](https://github.com/417511458/jbone-sso) , [码云](https://gitee.com/majunwei2017/jbone-sso)\njbone-service-management | 服务管理模块(包含注册中心、服务网关、服务监控、调用链追踪等)  |  [github](https://github.com/417511458/jbone-service-management) , [码云](https://gitee.com/majunwei2017/jbone-service-management)\njbone-system | 系统管理模块,通用权限管理等 | [github](https://github.com/417511458/jbone-system) , [码云](https://gitee.com/majunwei2017/jbone-system)\njbone-system-admin | 系统管理后台 | [github](https://github.com/417511458/jbone-system-admin) , [码云](https://gitee.com/majunwei2017/jbone-system-admin)\njbone-fs | 文件系统，用于存储和管理文件、图片等 | [github](https://github.com/417511458/jbone-fs) , [码云](https://gitee.com/majunwei2017/jbone-fs)\njbone-cms | 多站点内容管理系统 | [github](https://github.com/417511458/jbone-cms) , [码云](https://gitee.com/majunwei2017/jbone-cms)\njbone-common | 公共模块，封装工具类等 | [github](https://github.com/417511458/jbone) , [码云](https://gitee.com/majunwei2017/jbone)\njbone-banner | jbone通用艺术banner | [github](https://github.com/417511458/jbone) , [码云](https://gitee.com/majunwei2017/jbone)\njbone-configuration | 公共配置模块 | [github](https://github.com/417511458/jbone) , [码云](https://gitee.com/majunwei2017/jbone)\njbone-ui | 以webjars形式管理前端静态资源，所有包含页面的工程需要依赖此模块。 | [github](https://github.com/417511458/jbone) , [码云](https://gitee.com/majunwei2017/jbone)\njbone-b2b2c | 多店铺电商平台 (未完成) | [github](https://github.com/417511458/jbone-b2b2c) , [码云](https://gitee.com/majunwei2017/jbone-b2b2c)\njbone-bpm | 工作流模块(未完成) | [github](https://github.com/417511458/jbone-bpm) , [码云](https://gitee.com/majunwei2017/jbone-bpm)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F417511458%2Fjbone-sso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F417511458%2Fjbone-sso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F417511458%2Fjbone-sso/lists"}