An open API service indexing awesome lists of open source software.

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

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
```