Skip to content

Commit

Permalink
Add some more words to README
Browse files Browse the repository at this point in the history
  • Loading branch information
s-frei committed May 15, 2023
1 parent 4e09deb commit 56bc59d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Spin up pre-configured docker container with:
docker compose up
```

make sure **provider jar files is built before**.

### Token

Get a token using [httpie](https://httpie.io/), [jq](https://stedolan.github.io/jq/)
Expand All @@ -45,6 +47,10 @@ or use the built-in client scopes evaluation feature [here](http://localhost:808
This is made because we wanted to use RabbitMQ with OAuth2 and the JWT, but mapping realm roles to scopes seemed not
as the best solution, and we liked to stick to client roles.

Currently, this is tested manually and its planned to add some *real tests* in the future.

This is our first shot on a custom Keycloak provider implementation so far, so there might be some weird stuff in here.

## Screenshots

![Mapper Configuration](./assets/mapper-configuration.png)

0 comments on commit 56bc59d

Please sign in to comment.