An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          





Auth.js Test Keycloak


Authentication for the Web.




TypeScript


npm


Downloads


Github Stars

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.