You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by ski n <ra...@gmail.com> on 2020/02/24 20:33:32 UTC

oAuth2.0

Does any have a good/simple for the REST component combined with
oAuth2.0/Spring security? I saw some examples with basic authentication,
but not with oAuth2 yet.

Regards,

Raymond

RE: oAuth2.0

Posted by Riaan Annandale <ri...@mundane.co.za>.
Hi there

I've done this using camel-jetty, and it works really well
https://www.keycloak.org/docs/4.8/securing_apps/

under "Securing an Apache Camel Application"

-----Original Message-----
From: ski n <ra...@gmail.com> 
Sent: Monday, 24 February 2020 22:34
To: users@camel.apache.org
Subject: oAuth2.0

Does any have a good/simple for the REST component combined with oAuth2.0/Spring security? I saw some examples with basic authentication, but not with oAuth2 yet.

Regards,

Raymond

Re: oAuth2.0

Posted by 차정호 <hi...@gmail.com>.
Hi, Raymond

This is an OAuth sample program I developed using Red Hat Fuse and key cloak sso.
The same can be done with Apache Camel.
I hope this helps.

https://gitlab.com/hinunbi/fuse-sso-auth-demo.git <https://gitlab.com/hinunbi/fuse-sso-auth-demo.git>

Thank you.

Jungho Cha

> 2020. 2. 25. 오전 5:33, ski n <ra...@gmail.com> 작성:
> 
> Does any have a good/simple for the REST component combined with
> oAuth2.0/Spring security? I saw some examples with basic authentication,
> but not with oAuth2 yet.
> 
> Regards,
> 
> Raymond