We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c145b7c commit d704a65Copy full SHA for d704a65
README.md
@@ -32,6 +32,13 @@ While the container is running:
32
| Mock Keycloak (OIDC) | http://localhost:3083 | Login flow, seeded users |
33
| Front-end watcher | runs inside Compose | Executes `npm run watch` automatically |
34
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
42
### Option 2 – Docker Compose Dependencies (Local IDE)
43
44
1. Install JDK 21, Node.js 20, Docker Desktop/Compose, and your preferred editor.
0 commit comments