If I understand this correctly, there is a version of the Spring Security OpenId Sample app for version 3.1.
I’m having a tough time finding it. I only see up to version 3.07 in the Maven repository.
http://mvnrepository.com/artifact/org.springframework.security/spring-security-samples-openid
Can someone point me in the right direction? Thanks!
The samples are no longer deployed to maven central. As the reference mentions you can obtain them by building from source which makes sense since most of the time you will want to play around with the samples. Note that the source has moved to github