Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/shiro-oidc-spring-boot-starter
shiro-oidc-spring-boot-starter
https://github.com/hiwepy/shiro-oidc-spring-boot-starter
oidc shiro spring-boot spring-boot-starter
Last synced: 3 days ago
JSON representation
shiro-oidc-spring-boot-starter
- Host: GitHub
- URL: https://github.com/hiwepy/shiro-oidc-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-09-11T17:20:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T03:43:28.000Z (over 4 years ago)
- Last Synced: 2024-12-30T12:11:43.201Z (about 1 month ago)
- Topics: oidc, shiro, spring-boot, spring-boot-starter
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-starter-shiro-openid
shiro openid starter for spring boot### 说明
> 基于 Shiro 的 Spring Boot Starter 实现
1. 默认的Handler实现
2. 实现基于责任链式的消息分发
3. https://github.com/mitreid-connect/### Maven
``` xml
${project.groupId}
spring-boot-starter-shiro-biz
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-shiro-biz](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-shiro-biz "spring-boot-sample-shiro-biz")