Skip to content

bro0k/keycloak-services-social-wechatwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-services-social-wechat-work

Keycloak企业微信登录插件

To build: mvn clean package

To install the social wechat work one has to:

  • Add the jar to the Keycloak server (create providers folder if needed):

    • $ cp target/keycloak-services-social-wechat-work-{x.y.z}.jar _KEYCLOAK_HOME_/providers/
  • Add config page templates to the Keycloak server:

    • $ cp themes/base/admin/resources/partials/realm-identity-provider-wechat-work.html _KEYCLOAK_HOME_/themes/base/admin/resources/partials/
    • $ cp themes/base/admin/resources/partials/realm-identity-provider-wechat-work-ext.html _KEYCLOAK_HOME_/themes/base/admin/resources/partials/

Be ware you need to fill in corpid, agentid and agent secret.

based on https://github.com/jyqq163/keycloak-services-social-weixin

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.5%
  • HTML 33.5%