Ask questions and see you at December, 9th, 8pm CET: http://www.ustream.tv/channel/adambien
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Hi Adam,
Do you know of any "full-flow" Oauth2 implementation for Jakarta EE or Quarkus? What I mean is the complete flow, let's say authentication via Github:
I am aware of Quarkus' Oauth2 Authorization flow, but in this case Quarkus only takes care of validating the token, no actual redirections are performed, as I understand.
I am looking for something that offers everything out-of-the-box, including redirection. Ideally, I'd like to annotate my JAX-RS resources with e.g.
@RolesAllowed("github")
, setup the configs with clientId and secret provided by Github after registering my app -- that's it.Thank you,
Mihai