# megrez-keycloak **Repository Path**: sapuser2017/megrez-keycloak ## Basic Information - **Project Name**: megrez-keycloak - **Description**: 基于springboot的,内嵌keycloak的认证服务 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2024-05-31 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # megrez-keycloak ***端口***:9000 基于`Keycloak`开源框架的扩展(providers)及服务。Keycloak 是适用于现代应用程序和服务的开源身份和访问管理解决方案。以最少的麻烦为应用程序和安全服务添加身份验证,无需处理存储用户或对用户进行身份验证,开箱即用。包含用户联合,身份代理和社交登录等功能。 ### 编译 使用Maven工具编译项目,在命令行运行: ``` mvn clean install ``` 此过程是编译并打包项目,过程中包含运行测试。 ### 沟通与交流 QQ群:431873886, 本群密码是:编程 ### 参考 - [FAQ](./faq.MD) - [Understanding token usage in Keycloak](https://www.janua.fr/understanding-token-usage-in-keycloak/#:~:text=Offline%20tokens%20can%20have%20very%20long%20living%20period,the%20offline%20token%20for%20a%20refresh%20token%20action.) - [Customizing Themes for Keycloak](https://www.baeldung.com/spring-keycloak-custom-themes) - [Customizing the Login Page for Keycloak](https://www.baeldung.com/keycloak-custom-login-page) - [Custom User Attributes with Keycloak](https://www.baeldung.com/keycloak-custom-user-attributes) - [Keycloak User Self-Registration](https://www.baeldung.com/keycloak-user-registration) - [keycloak-phone-authenticator](https://github.com/kavahub/keycloak-phone-authenticator) - [keycloak-services-social-weixin](https://gitee.com/yang-yun-jiao/keycloak-services-social-weixin)