Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.96 KB

README_en-US.md

File metadata and controls

64 lines (38 loc) · 1.96 KB

keycloak-services-social-weixin

中文

Wechat Login for Keycloak

Java CI with Maven Maven Package

Live Example

How to use it

To install the social weixin one has to:

  • Add the jar to the Keycloak server:

    • cp target/keycloak-services-social-weixin-*.jar _KEYCLOAK_HOME_/providers/
  • Add three templates to the Keycloak server:

    • cp templates/realm-identity-provider-weixin.html _KEYCLOAK_HOME_/themes/base/admin/resources/partials
    • cp templates/realm-identity-provider-weixin-ext.html _KEYCLOAK_HOME_/themes/base/admin/resources/partials

How to build

mvn install

Develop

mvn clean test

Maven package

Screenshots

image

Docker images

keycloak server docker

docker pull jefftian/keycloak-heroku:latest

Deploy by one click

Deploy to your own Heroku: Deploy to Heroku

Release Notes

  • 20210805

1 Support Keycloak 15.0.2