Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 authored Jan 19, 2023
1 parent 57c8644 commit 8b7dc82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ Copy the `.jar` into the keycloak directory `providers`
## Routes

### Generate
#### Wildfly
```
POST /auth/realms/{realm}/actions-token/generate
```
#### Quarkus
```
POST /realms/{realm}/actions-token/generate
```

#### Description
Request an action token for a set of specific actions.
Expand Down

0 comments on commit 8b7dc82

Please sign in to comment.