Hello everybody, I am completely new using Cake PHP. At my job, my boss sent me an already developed application (using Cake) without any kind of authentication, and asked me to implement CAS authentication there.
I "gooogled" until I found a tutorial which teaches how to implement this kind of authentication. Well, i followed all the steps and i can authenticate against my CAS server. The problem is that when the CAS server redirects the user to the application, i am having some problems with my controllers. At the beginning, there appeared an error message telling me that there was not a users controller, so i created it. Now, the problem is that i don't know how to redirect the user to the desired page. I mean, if the user wants to get to "myApplication/createNewCar", the application takes him to the CAS server and then when it goes back, the user is sent to "myApplication/users" and I don't know what i have to do to redirect him to the page he wanted to access. I hope to be clear enough (english is not my native language ) I would really appreciate any kind of help you could give me, it could save me at my work . Thanks in advance to everyone, Marcelo -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
