Skip to content

Commit 0b6393b

Browse files
committed
update README.md
1 parent 9b00c9f commit 0b6393b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,11 @@ Then you can run the REST-examples in the `http` directory.
324324
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).
325325
You need the following user-attributes of type `string` with mapper to the token.
326326
327-
| ATTRIBUTE-NAME | TYPE | DESCRIPTION |
328-
| -------------- | ------ | ----------------------------------------------------------------------------------------------------- |
329-
| config | string | Holds several preference-values like dark-mode or not or the preferred font, fontsize or line-height. |
330-
| lastPage | string | Holds the last-visited page of the current user. |
331-
327+
| ATTRIBUTE-NAME | TYPE | DESCRIPTION |
328+
| ------------------------------------------------------------------------------------------------------------------ | ------ | ----------------------------------------------------------------------------------------------------- |
329+
| Client -> Client Scopes -> ...-dedicated -> Add Mapper (User Attribute)<br>`config` | string | Holds several preference-values like dark-mode or not or the preferred font, fontsize or line-height. |
330+
| Client -> Client Scopes -> ...-dedicated -> Add Mapper (User Attribute)<br>`lastVisitedUrl` | string | Holds the last-visited page of the current user. |
331+
| Client -> Client Scopes -> ...-dedicated -> Add Mapper (User Attribute)<br>map the field `LDAP_ENTRY_DN` to `ldap` | string | Holds the users LDAP information (class, teacher, etc.). |
332332
## MD-File Conversion
333333
This is done using [marked](https://www.npmjs.com/package/marked) which is installed on the web-server (via `package.json`).
334334
With the help of this you can link to any MD-file and show it in the context of your site.

0 commit comments

Comments
 (0)