Hello, I’m using https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions to implement OpenID Connect and OAuth 2 providers and consume oauth2 protected resource in Wicket project
From: Boris Goldowsky <bgoldow...@cast.org> Date: Wednesday, January 19, 2022 at 06:39 To: users@wicket.apache.org <users@wicket.apache.org> Subject: OAuth authentication What is the current best practice for allowing users to sign in to a Wicket application using an OAuth2 provider (eg Google account, Twitter, Canvas, etc). * Is Apache Shiro a possibility? Looks like it’s got some Wicket integration, but OAuth2 is listed as “coming”. * PicketLink? * Something from https://oauth.net/code/java/ ? Anyone with a working implementation care to give some pointers? Looks like there may have been some discussion of this 10 years ago on this list, but not more recently that I can find. Thank you! Boris