I have followed the instructions at
https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html to
integrate basic user/pass authentication using Spring security into my
wicket app.
How would I go about adding open-id authentication? Spring security supports
<openid-login> as a config option but adding this has no effect. I think
this is because the example integration with wicket-auth-roles on that page
seems geared only towards user/password authentication.

Are there any examples for adding openid login in a similar manner to
stackoverflow to a wicket app, preferably using spring?

Thanks, Tom

Reply via email to