Keycloak with Next-Auth #1195
-
Hi all, is there any possibility to use Next-Auth with Keycloak as provider? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi, it is probably possible as I can see it SUPPORTS the OAuth 2/OIDC specs. check this out: https://next-auth.js.org/configuration/providers#using-a-custom-provider |
Beta Was this translation helpful? Give feedback.
-
I am also trying to get keycloak and nextjs up and running. |
Beta Was this translation helpful? Give feedback.
I am also trying to get keycloak and nextjs up and running.
Still trying to figure out the right config in Keycloak (https://www.keycloak.org/docs/4.8/authorization_services/#_service_overview) and a custom provider with next-auth. I'll try to post an update here if I make some progress!
Any hints in the right direction are much appreciated! :)