Hasan
BABetter Auth
•Created by Hasan on 3/12/2025 in #help
Keycloak SSO Integration
I'm trying to integrate betterAuth with Keycloak SSO to handle sign-in and token rotation, but I'm struggling with the configuration.
I don't want to use a database in my Next.js frontend since Keycloak manages all user database tables and is integrated with the backend.
The backend is already integrated with keycloak to verify JWT.
Keycloak has its own sign-in page with a redirect callback, which was previously handled by NextAuth. However, with betterAuth, I'm unsure where or how to handle this properly.
Has anyone successfully set up betterAuth with Keycloak? Any guidance on handling authentication flow and token management would be greatly appreciated!
7 replies