Skip to content

Commit 7a9d4b2

Browse files
committed
clarify documentation a bit
1 parent 63c18ce commit 7a9d4b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs-keycloak.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Here you find information about the keycloak-setup when you're trying to host it
33
[Back](README.md) to the main page.
44
## Keycloak Setup
55
In order for this setup to work correctly, you'll have to have a Keycloak-client (private with secret) and standard-authorization-flow enabled (should be enabled anyway).
6+
```bash
7+
client-authentication: on
8+
Authorization: off
9+
Authentication flow: ['Standard flow', 'Direct access grants']
10+
...
11+
and the appropriate URL settings
12+
```
613
You need the following user-attributes of type `string` with mapper to the token.
714
You also need to add the user-attributes to the user-profile first (`Realm settings` -> `User profile (Attribute group = none, not user-metadata)`) in order to allow for the addition of data to your users. Be sure to set those to `allow edit and view for User and Admin` so that the application is able to change the values.
815
The application uses the following endpoints of the Keycloak-API to do that:

0 commit comments

Comments
 (0)