Skip to content

Commit d704a65

Browse files
committed
Add mock Keycloak accounts to README
1 parent c145b7c commit d704a65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ While the container is running:
3232
| Mock Keycloak (OIDC) | http://localhost:3083 | Login flow, seeded users |
3333
| Front-end watcher | runs inside Compose | Executes `npm run watch` automatically |
3434

35+
The mock Keycloak instance includes two ready-made accounts:
36+
37+
| Username | Password | Roles |
38+
| --- | --- | --- |
39+
| `constantijn` | `pwd` | Admin (beheer) |
40+
| `christiaan` | `pwd` | Standard user |
41+
3542
### Option 2 – Docker Compose Dependencies (Local IDE)
3643

3744
1. Install JDK 21, Node.js 20, Docker Desktop/Compose, and your preferred editor.

0 commit comments

Comments
 (0)