All Projects → yourwafer → keycloak-sso

yourwafer / keycloak-sso

Licence: other
custom account management template, keycloak authentication and authorization

Programming Languages

javascript
184084 projects - #8 most used programming language
FreeMarker
481 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to keycloak-sso

keycloak-springsecurity5-sample
Spring Security 5 OAuth2 Client/OIDC integration with Keycloak sample
Stars: ✭ 55 (+34.15%)
Mutual labels:  keycloak, spring-security
spring-boot-web-application-sample
Real World Spring Boot Web Application Example with tons of ready to use features
Stars: ✭ 143 (+248.78%)
Mutual labels:  keycloak, spring-security
spring-boot-keycloak-angular
Securing a Angular frontend and a Spring Boot backend with Keycloak and Spring Security
Stars: ✭ 40 (-2.44%)
Mutual labels:  keycloak, spring-security
secure-oauth2-oidc-workshop
Hands-On Workshop for OAuth 2.0 and OpenID Connect 1.0
Stars: ✭ 58 (+41.46%)
Mutual labels:  keycloak, spring-security
keycloak-docker
Docker image for Keycloak 6.0.1 (postgres, ssl) + k8s + Openshift
Stars: ✭ 19 (-53.66%)
Mutual labels:  keycloak
SSM Maneger DEMO
⚡️基于 SSM的后台管理系统DEMO 使用SpringMVC+Spring+Mybatis以及maven的后台管理系统. 程序的结构分为表现层(Controller)、业务层(Service)、数据层(Dao),包括权限授权、分页查询、日志记录,订单及产品查询,授权管理等功能
Stars: ✭ 41 (+0%)
Mutual labels:  spring-security
epiphany
Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Stars: ✭ 114 (+178.05%)
Mutual labels:  keycloak
react-native-keycloak
React Native components for Keycloak
Stars: ✭ 114 (+178.05%)
Mutual labels:  keycloak
hros
基于SpringBoot的人事管理系统
Stars: ✭ 38 (-7.32%)
Mutual labels:  spring-security
keycloak-mail-whitelisting
Keycloak extension to whitelist email adresses domain when users register
Stars: ✭ 36 (-12.2%)
Mutual labels:  keycloak
brauzie
Awesome CLI for fetching JWT tokens for OAuth2.0 clients
Stars: ✭ 14 (-65.85%)
Mutual labels:  keycloak
keycloak-sms-authenticator-sns
SMS 2 Factor Authentication for Keycloak via AWS SNS
Stars: ✭ 66 (+60.98%)
Mutual labels:  keycloak
syhthems-platform
syhthems platform 是一个开源的IoT(物联网)平台。可以实现物联网产品的创建和管理、数据流的管理、终端设备的管理以及设备数据的图表形态查看。
Stars: ✭ 122 (+197.56%)
Mutual labels:  spring-security
metadatamanagement
Metadatamanagement (MDM) - Data Search for Higher Education Research and Science Studies
Stars: ✭ 21 (-48.78%)
Mutual labels:  spring-security
keycloak-mysql-user-federation
Keycloak user federation extension to connect to a MySQL database containing users
Stars: ✭ 17 (-58.54%)
Mutual labels:  keycloak
keycloak-session-restrictor
Simple event-listener for Keycloak which restricts the current user sessions to one (last one wins) only. Demo purposes only!
Stars: ✭ 48 (+17.07%)
Mutual labels:  keycloak
KotlinPrimavera
Spring support libraries for Kotlin
Stars: ✭ 83 (+102.44%)
Mutual labels:  spring-security
ProxyInjector
A Kubernetes controller to inject an authentication proxy container to relevant pods - [✩Star] if you're using it!
Stars: ✭ 77 (+87.8%)
Mutual labels:  keycloak
keyonic-v2
A Keycloak Mobile Implementation using Angular v4 and Ionic v3
Stars: ✭ 23 (-43.9%)
Mutual labels:  keycloak
opa-spring-security
Open Policy Agent for Spring Security
Stars: ✭ 19 (-53.66%)
Mutual labels:  spring-security

This repositor conains multiple application

Run

  • Requirement
    • docker
    • jre1.8
    • yarn
  • Steps
    1. Enter ./keycloak folder, and exec docker-compose up
    2. Enter ./keycloak-react, and exec yarn server
    3. exec ./gradlew bootRun --parallel
    4. open browser and visit http://localhost:7000

Describe

  1. keycloak-saml Support SAML protocol to security web application. The adapter use spring boot security.
  2. keycloak-springbootsecurity Support OpenIdConnect protocol to security application, which use spring boot and spring security.
  3. keycloak-react Support OpenIdConnect protocol to security application, which use keycloak javascript adapter and send token to service.
  4. keycloak-backend-springbootsecurity Support OpenIdConnect protocol to security application, which use use spring boot and spring security.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].