Hi Sebastien, What exactly do you need ?
I have used https://github.com/fernandezpablo85/scribe-java to create "Authenticate with Xyz" buttons for signing in (e.g. with Facebook, Twitter and LinkedIn). The developer of Scribe doesn't like OAuth2 (as many other developers) and at some point he stated that he will not merge any new PRs for OAuth2 impls. I don't see this statement in the README now, so he may have changed his mind. Another auth client provider is https://github.com/leleuj/pac4j. I don't have experience with it but it looks like well maintained. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Sep 1, 2014 at 6:58 PM, Sebastien <[email protected]> wrote: > Hi all, > > AFAIS, there is nothing about a OAuth2 client in Wicket out-of-the-box or > through a satellite project... > > Does somebody knows a *simple* solution for integrating OAuth2 into Wicket > (like a OAuthWebApplication, or maybe a ready-to-use Filter, just giving > Consumer Key, Consumer Secret & URLs), without using spring-security and > still keeping advantage of the role-based @AuthorizeInstantiation > annotation for instance? > > Thanks a lot in advance, > Sebastien. >
