https://github.com/adorsys/keycloak-user-secret-adapter
Keycloak Plugins for injecting user secrets into access token
https://github.com/adorsys/keycloak-user-secret-adapter
Last synced: 6 months ago
JSON representation
Keycloak Plugins for injecting user secrets into access token
- Host: GitHub
- URL: https://github.com/adorsys/keycloak-user-secret-adapter
- Owner: adorsys
- License: other
- Created: 2018-03-03T04:56:22.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-13T01:54:51.000Z (over 2 years ago)
- Last Synced: 2025-02-05T18:53:57.770Z (8 months ago)
- Language: Java
- Size: 83 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Keycloak User Secret Adapter
## Building and Running
Download and install docker and docker-compose
Build keycloak image
```bash
docker-compose build
```Run keycloak
```bash
docker-compose up
```