https://github.com/nextauthjs/keycloak
Keycloak instance for testing
https://github.com/nextauthjs/keycloak
Last synced: 2 months ago
JSON representation
Keycloak instance for testing
- Host: GitHub
- URL: https://github.com/nextauthjs/keycloak
- Owner: nextauthjs
- Created: 2024-01-20T14:00:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:20:00.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:57:38.806Z (9 months ago)
- Language: Shell
- Homepage: https://keycloak.authjs.dev
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Auth.js Test Keycloak
Authentication for the Web.
Auth.js test Keycloak is a Keycloak installation to support testing https://github.com/nextauthjs/next-auth.
It is deployed under https://keycloak.authjs.dev.
This docker image is self-contained and can be used just like `quay.io/keycloak/keycloak`.
The only difference is that some test-configuration is applied after the startup of keycloak using `kcadm.sh`.
Note: It is also possible to start up keycloak with seed configuration using a [realm import](https://www.keycloak.org/server/importExport).
We opted for using `kcadm.sh` commands and our custom script for the configuration, because it's easier to overview and maintain for us.
