Does anyone have experience integrating Keycloak i...
# questions
m
Does anyone have experience integrating Keycloak into Grails? We are using Grails v6. Any guidance, links to resources, etc. would be appreciated.
g
I used to did it. I remember we were using SAML. It was pretty smooth experience with SpringSecurity SAML plugin
👍 1
m
Does anyone have any additional information/details on how to integrate Keycloak with Grails? We are struggling to get it working with Oauth2.
g
Where you stuck?
m
I think we are missing something in how we are configuring it. Another team is working on this project, but they've asked me to help since they are stuck. If you have a sample project or some good documentation to follow, that would be appreciated.
g
😞, sorry, it has been several years. I personally do not have any document of it. Only thing I can say is it is pretty straightforward as my understanding. The best document is their own admin document. We used keycloak for internal development. For customer I remember they used Ping Identity Server. Its configuration was much more complex and the document was more difficult to read than keycloak. I only can confirm you that it was working pretty fine for my own purpose. Just could not remember any more details
m
No problem. I'm finding examples that used adapters from Keycloak, but those have been deprecated and removed. We're trying to get it to work with the Grails Spring Security Oauth2 plugin.
👍 1