I need to implement OpenID Connect with an existing Spring MVC 3.x.x. project. I have been searching for last 3 days but no luck. There are plenty of examples on internet to implement OpenID Connect with Spring BOOT. But I could not found the steps to do it with Spring security 3.x.x project.
Does anyone know any good reference to achieve the same?? I do not want to start from scratch.
Thanks.
Update: I only need to implement Resource server and client part. I have already done a successful POC with WSO2 as IDP and a sample app as Client.