Commit graph

9 commits

Author SHA1 Message Date
b5c83f7210 default-to-user-email (#30)
All checks were successful
/ Verify (push) Successful in 55s
Add flag default-to-user-email

When set for an export config, if the user doesn't have that attribute, their email will be substituted as a default. If any of the values is not a valid email address, they are filtered out.

Closes #29

Reviewed-on: #30
Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
2026-07-21 22:17:49 +02:00
c6f7d2f335 Add exporting individual attributes and a map endpoint (#26)
All checks were successful
/ Verify (push) Successful in 51s
Based off #32

Also:
* rework README.md
* improve configuration error messages

Closes #22

Reviewed-on: #26
Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
2026-07-21 21:47:24 +02:00
stb
93dc7ddc75 Add a Docker Compose setup with debugging and testing realm (#27)
Some checks failed
/ Verify (push) Has been cancelled
Configure Keycloak to allow attaching a debugger (localhost:8081).

Add a testing realm with suitable example entries, and explain how to update and export the realm.

Reviewed-on: #27
2026-07-18 14:16:14 +02:00
324fe35f5a
add note on how to get an example keycloak setup for the example setup 2026-03-31 16:03:59 +02:00
bd9e5a6f3e
add Makefile and docs on how to build the provider 2026-03-31 16:03:59 +02:00
964a593dbd
remove emojis from example in README as well 2026-03-31 15:58:02 +02:00
ffa6c92c65
renaming and sort some code 2026-03-31 14:05:24 +02:00
1381bf6b2a
update README 2026-02-17 16:16:48 +01:00
a7be1213af
Attempt to use the UiPageProvider to configure endpoints
Co-authored-by: June june@jsts.xyz
2026-02-17 13:17:42 +01:00