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 ❤️