How do I specify Open ID Realm in spring security ?
- by Salvin Francis
We are using Spring security in our application with support for username / password based authentication as well as Open id based authentication.
The issue is that google gives a different open id for the return url specified and we have at least 2 different entry points in our application from where open id is configured into our system.
Hence…