# keycloak-services-social-githubv2 **Repository Path**: itells/keycloak-services-social-githubv2 ## Basic Information - **Project Name**: keycloak-services-social-githubv2 - **Description**: Keycloak github 授权登录增强插件 拓展了更多字段保存到用户属性 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-16 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # keycloak-services-social-github-v2 Keycloak Github 登录插件(增强) > 1. 适配 Keycloak 10.0.2版本 > 2.本插件仅仅在Keycloak内置github插件上增加了部分字段存储到用户属性 > 3.本插件解决了首次创建新用户默认需要用户补全必要字段的问题; ----------------------------------------------------------------- To build: * `mvn clean package` To install the social github work one has to: * Add the jar to the Keycloak server (create `providers` folder if needed): * `$ cp target/keycloak-services-social-github-v2-{x.y.z}.jar _KEYCLOAK_HOME_/providers/` * Add config page templates to the Keycloak server: * `$ cp templates/realm-identity-provider-github-v2.html _KEYCLOAK_HOME_/themes/base/admin/resources/partials/` * `$ cp templates/realm-identity-provider-github-v2-ext.html _KEYCLOAK_HOME_/themes/base/admin/resources/partials/`