Thanks for the reply Andrew. I've been looking at this application, is a good example. The problem that has no integration with social networks.
Also I have doubts about how URLs should securize. Should I do as the URL of a web application (using filters java for example)? , O my api methods should receive a new TGT parameter to be the token TGT? .. I think uMobile app doesn't send a parameter but instead the http client keeps the cookie. On Wednesday, October 24, 2012 1:57:53 PM UTC+1, Andrew Petro wrote: > > Juanma, > > You might look at uMobile's CAS support as an example. The uMobile mobile > app, built in the TitaniumAppcelerator framework, is capable of storing the > user's username and password locally, replaying it through CAS login, and > launching web links from the app into browsers pre-provisioned with a > viable TGT single sign-on session token, so that from the experience of the > end user, it "just works". > > > https://github.com/Jasig/uMobile-app/blob/master/Resources/js/models/login/CASLogin.js, > e.g. > > afaik, uMobile isn't doing anything yet with OAuth / Twitter / Facebook / > etc. > > Andrew > > > > > > On Wed, Oct 24, 2012 at 5:21 AM, Juanma <[email protected]<javascript:> > > wrote: > >> Hi, >> >> The problem is that we are developing a mobile application and we are not >> sure the best way to use CAS. >> We need securize a REST API to be consumed by the mobile application. >> >> Currently we have installed the CAS as a tool for authentication of >> different web applications. We are using authentication by >> username/password and X509, and we plan to use the CAS client support for >> oauth clients (facebook and twitter). >> >> Our goal is to use CAS for mobile users authentication, and the idea is >> that the user doesn't have to log into each access, and can do login with >> username/password or facebook/twitter (oauth clients). >> >> Has anyone integrated mobile applications with CAS? >> >> Thanks in advanced, >> >> Juanma >> -- >> You are currently subscribed to [email protected] <javascript:>as: >> [email protected] <javascript:> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> > > -- > You are currently subscribed to [email protected] <javascript:> as: > [email protected] <javascript:> > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
