You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Mike Thomsen <mi...@gmail.com> on 2020/03/26 21:37:21 UTC

OAuth2 controller service

We rolled our own basic OAuth2 controller service for our client, and it's
been approved for open source release. Before I clean it up and get it
ready for a PR, I was wondering if anyone had any feedback on dedicated
OAuth2 clients for Java like this one:

https://github.com/scribejava/scribejava

We're actually using this controller service in part of our flows, but it
wouldn't be a problem for me to refactor it to use a toolkit if anyone has
a good recommendation other than Spring (we really don't want to bloat up
the NAR like that if possible).

Thanks,

Mike

Re: OAuth2 controller service

Posted by Mike Thomsen <mi...@gmail.com>.
The main problem our current one has is that it doesn't support refresh
tokens and we have no internal process yet that uses them so I'd be
pitching over an incomplete controller service on that front.

On Fri, Mar 27, 2020 at 5:54 AM Pierre Villard <pi...@gmail.com>
wrote:

> Hey Mike,
>
> I don't have any opinion on this client (it looks good as far as I can
> see), but I really look forward reviewing your PR. Such a controller
> service would be a great addition! And if this controller service/client
> can be used to integrate with all the APIs listed on the Github, that would
> be really great!
>
> Thanks,
> Pierre
>
> Le jeu. 26 mars 2020 à 22:37, Mike Thomsen <mi...@gmail.com> a
> écrit :
>
> > We rolled our own basic OAuth2 controller service for our client, and
> it's
> > been approved for open source release. Before I clean it up and get it
> > ready for a PR, I was wondering if anyone had any feedback on dedicated
> > OAuth2 clients for Java like this one:
> >
> > https://github.com/scribejava/scribejava
> >
> > We're actually using this controller service in part of our flows, but it
> > wouldn't be a problem for me to refactor it to use a toolkit if anyone
> has
> > a good recommendation other than Spring (we really don't want to bloat up
> > the NAR like that if possible).
> >
> > Thanks,
> >
> > Mike
> >
>

Re: OAuth2 controller service

Posted by Pierre Villard <pi...@gmail.com>.
Hey Mike,

I don't have any opinion on this client (it looks good as far as I can
see), but I really look forward reviewing your PR. Such a controller
service would be a great addition! And if this controller service/client
can be used to integrate with all the APIs listed on the Github, that would
be really great!

Thanks,
Pierre

Le jeu. 26 mars 2020 à 22:37, Mike Thomsen <mi...@gmail.com> a
écrit :

> We rolled our own basic OAuth2 controller service for our client, and it's
> been approved for open source release. Before I clean it up and get it
> ready for a PR, I was wondering if anyone had any feedback on dedicated
> OAuth2 clients for Java like this one:
>
> https://github.com/scribejava/scribejava
>
> We're actually using this controller service in part of our flows, but it
> wouldn't be a problem for me to refactor it to use a toolkit if anyone has
> a good recommendation other than Spring (we really don't want to bloat up
> the NAR like that if possible).
>
> Thanks,
>
> Mike
>