Hi folks, hope you are doing well. I'm working on ...
# questions
g
Hi folks, hope you are doing well. I'm working on an Authorization Server using Spring Security Authorization Server as basis and OIDC as protocol. Now, I need my Grails 5.3.5 application, which already uses Grails Spring Security Plugin, to integrate with it as a Client. I did a research, but I didn't find any suitable plugin for OIDC protocolo, just OAuth2. Had any of you guys worked with something similar? I was trying using Grails Spring Security Plugin along with the pure Spring Security OAuth2, but it didn't work as expected. I'd be very grateful for any help on that ❤️
j
I was going to send you my custom Google OAuth controller as a rough starting point, but found this that looks close to what you need with OIDC. https://github.com/Janvanoorschot/openidconnect/blob/main/grails/docs/README.md I haven't used this.
g
Hmmm, I see. I'm gonna take a look, seems close to what I need. Thank you very much, James 🙂
🚀 1