Target of this project to integrate Spring-Security and Step2.
Even Spring-Security has support for OpenID, it has some problems like:
- It is not worked under Google App Engine
- It is not supported login into Google Apps accounts
Target of this project - replace spring-security-openid by new implementation. Actually - main idea - to allow people continue to use same configuration tag like:
<openid-login>
And same code on UI, but use another implementation of OpenId4JavaConsumer, adopted to use step2 library
As result, users will able to switch from spring-security-openid into spring-security-step2 without any modifications in their code and receive additional features like:
Other features, like combineted OpenID and OAuth authentication provided by Step2 will be added later.
Please looks our Wiki for more details.