hurricaneditka16
Posts: 0
Joined: Fri Dec 23, 2011 5:11 am

oAuth security context for RESTful login service?

erick said the service url is correct. my oauth keys will point the request in the right direction.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

oAuth security context for RESTful login service?

This is great! And you also got it working from Tiggr?

hurricaneditka16
Posts: 0
Joined: Fri Dec 23, 2011 5:11 am

oAuth security context for RESTful login service?

yup, in chrome running on windows 7. also tested in tiggr mobile tester on my sprint evo and worked even though this really doesn't have anything to do with problem :), just wanted to throw that in there.

Dave Jackson
Posts: 0
Joined: Mon Jan 09, 2012 3:22 pm

oAuth security context for RESTful login service?

Hi Max,

I see that Tiggr has a 'Security Context' drop-down in 'REST Service Properties', but the only current option is 'Do not use security context'. I'm not seeing any place to define a context so that it will show up in the list, and this thread was the only mention of oAuth on the support forum. Will the oAuth service/component you mention here be the way we configure authentication in Tiggr?

Thanks,
--
Dave

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

oAuth security context for RESTful login service?

You first need to create a security service (xAuth), then it will appear in the REST Service Security Context option. Just note that there is no out-of-the-box support for oAuth yet (only for xAuth). We are working on a component that would support oAuth. Right now it can be achieved with JavaScript.

Dave Jackson
Posts: 0
Joined: Mon Jan 09, 2012 3:22 pm

oAuth security context for RESTful login service?

Thanks for the quick response!

So, how does the JavaScript approach effect service input/output mappings?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

oAuth security context for RESTful login service?

You authenticate from JavaScript, you get a token. Save the token and use it in other services (with mapping) as usual.

Return to “Issues”