Skip to content

fhchina/keycloak-services-social-weixin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-services-social-weixin

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
  • 20180730 1 增加自适应微信登录功能。 2 账号关联默认使用微信unionid,如unionid不存在则使用openId 3 pc和wechat使用同一套账号则必须绑定同一个开放平台,否则会绑定不同账号 4 wechat信息非必填,默认使用pc方式登录

About

keycloak social weixin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.0%
  • HTML 40.0%