Skip to content
/ keycloak Public template

Keycloak instance for testing

Notifications You must be signed in to change notification settings

nextauthjs/keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

689990e · Aug 15, 2024

History

27 Commits
Aug 15, 2024
Jul 4, 2024
Aug 15, 2024
Jul 4, 2024

Repository files navigation


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.
We opted for using kcadm.sh commands and our custom script for the configuration, because it's easier to overview and maintain for us.