Re: Stratos Login REST APIs

2014-08-17 Thread Rukmal Weerawarana
Hi Pradeep, Yes that clears things up quite a bit. I'll look into exploring all options. Thanks for all of your help everyone! Rukmal On Fri, Aug 15, 2014 at 5:26 PM, Pradeep Fernando wrote: > Hi Rukmal, > > Sorry for the delayed response. > > It is not tightly bound to carbon modules. > > 1

Re: Stratos Login REST APIs

2014-08-15 Thread Pradeep Fernando
Hi Rukmal, Sorry for the delayed response. It is not tightly bound to carbon modules. 1. You can use basic auth to authenticate each and every API call Or, 2. Call authentication service and retrieve cookie. Use the cookie for subsequent requests. 3. There is a handler for Oauth as well. But is

Re: Stratos Login REST APIs

2014-08-10 Thread Udara Liyanage
Hi Rukmal, I guess you can do the authentication by calling the REST API s. On Mon, Aug 11, 2014 at 7:59 AM, Dakshika Jayathilaka wrote: > Hi, > > You can use Curl commands instead of using carbon component. > > Regards, > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterp

Re: Stratos Login REST APIs

2014-08-10 Thread Dakshika Jayathilaka
Hi, You can use Curl commands instead of using carbon component. Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Sun, Aug 10, 2014 at 12:11 PM, Praneesha Chandrasiri wrote: > Hi Rukmal, > > We have information on REST APIs documented in [

Re: Stratos Login REST APIs

2014-08-10 Thread Praneesha Chandrasiri
Hi Rukmal, We have information on REST APIs documented in [1] in Stratos docs. Sharing in case it will be helpful. [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+REST+API+Guide On Sun, Aug 10, 2014 at 3:04 AM, Rukmal Weerawarana wrote: > Hi Pradeep, > > I had a quick question

Stratos Login REST APIs

2014-08-10 Thread Rukmal Weerawarana
Hi Pradeep, I had a quick question to ask you about the REST APIs used with Stratos. Shiro and I are working on the new UI, and currently have no way of authenticating new users without using the jaggery 'carbon' component. We're experimenting with handling the UI on the client side entirely, so