Re: Connect to hubiC

2016-03-09 Thread Ignasi Barrera
Hi Ionel, The current OAuth API in jclouds just supports the Bearer Token and the JWT authentication flows. Having a look at how OAuth works in hubiC, it seems that you won't be able to use the current API to connect to it. In order to be able to authenticate, the regular Authorization Code flow

Connect to hubiC

2016-03-09 Thread GARDAIS Ionel
HI list, I’d like to interact with OVH’s hubiC storage. It’s based on OpenStack so it’s likely to be usable with jClouds. Unfortunately, they change the authentication process : auth is based on oauth2. What is the best approach to this ? Can I use oauth2 API then OpenStack API to interact with