Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgrunbla/Keycloak-Mattermost-Auto-Generate-Id
Auto generate IDs for the interface between Keycloak and Mattermost
https://github.com/rgrunbla/Keycloak-Mattermost-Auto-Generate-Id
Last synced: 4 months ago
JSON representation
Auto generate IDs for the interface between Keycloak and Mattermost
- Host: GitHub
- URL: https://github.com/rgrunbla/Keycloak-Mattermost-Auto-Generate-Id
- Owner: rgrunbla
- Created: 2020-06-21T08:56:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T23:28:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T14:51:06.581Z (8 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic Keycloak Mattermost Id
This is the code of a Keycloak plugin allowing the assignment of a random (long) user id to each user, at account creation (REGISTER event) or at login (LOGIN event).
This eases the interfacing with Mattermost when using Keycloak as a "fake Gitlab", as described on the following websites:- https://medium.com/@mrtcve/mattermost-teams-edition-replacing-gitlab-sso-with-keycloak-dabf13ebb99e
- https://devopstales.github.io/home/mattermost-keycloak-sso/
- https://qiita.com/wadahiro/items/8b118c34aae904353865This is experimental, no testing is done, it might kill your pets, …
The code is based on https://github.com/keycloak/keycloak-quickstarts/tree/latest/event-listener-sysout/