[cas-user] cas3 protocol and python SP library

2015-06-09 Thread Nicolas Zin
Hi, I'm prospecting to use CAS with python servers as Service Provider. I saw there are no python library officialy supported (ok there is a django version for CAS2 https://github.com/KTHse/django-cas2). So I was looking to see if I can implement part of it. I check the documentation. There

Re: [cas-user] Debugging CAS

2015-06-09 Thread Josep Manel Andrés
On 08/06/15 19:39, Andrew Morgan wrote: On Mon, 8 Jun 2015, Josep Manel Andrés wrote: Hi all, I have a CAS instance running in one server, but we have noticed that the performance is very bad, especially when accessing to the Roundcube app. Would someone give me some tips about how to start

Re: [cas-user] REST API (methods) to properly serve own CAS login page and hand out TGTs?

2015-06-09 Thread Christian Rohmann
Hello again, On 06/08/2015 07:29 PM, Andrew Morgan wrote: It's really easy to write your own login page within CAS by modifying jsp and CSS files. There is no doubt that the CAS login page is versatile and can be customized, there might be installations where this is not sufficient and a new

Re: [cas-user] cas3 protocol and python SP library

2015-06-09 Thread Jérôme LELEU
Hi, I would recommand another CAS Python client for which I implemented CAS protocol v3: https://github.com/kstateome/django-cas/commit/ee398aaa8be688d77a58f08faeb0c427fadb6d8e . And the matching demo: https://github.com/leleuj/python-cas-client-demo. Hope it helps. Best regards, Jérôme

Re: [cas-user] cas3 protocol and python SP library

2015-06-09 Thread Nicolas Zin
Hi Jerome, thanks I already spotted it, but we currently use flask, not django, I fear to have to have to adapt your code in that case. (maybe it is not too much trouble, I have to check). Regards, Nicolas On Tue, Jun 9, 2015 at 12:26 PM, Jérôme LELEU lel...@gmail.com wrote: Hi, I would

Re: [cas-user] cas3 protocol and python SP library

2015-06-09 Thread Nicolas Zin
thanks On Tue, Jun 9, 2015 at 11:10 AM, Misagh Moayyed mmoay...@unicon.net wrote: Also check out the unofficial https://wiki.jasig.org/display/CASC/Pycas *From:* Misagh Moayyed [mailto:mmoay...@unicon.net] *Sent:* Tuesday, June 9, 2015 8:05 AM *To:* cas-user@lists.jasig.org *Subject:*

[cas-user] CAS with DB connection.

2015-06-09 Thread Mace, Mark
I had an interesting question come up today, and thought I'd query the community on this. How do you architect CAS to handle a DB failure (be it unintentional or maintenance) when you're using the DB to store data (be it tickets or access manager)? --mark OHIO UNIVERSITY Application

Re: [cas-user] REST API (methods) to properly serve own CAS login page and hand out TGTs?

2015-06-09 Thread Borys Pogoreło
What is the purpose of hosting the login page outside of CAS? You are not limited to a static page and you are free to integrate it with whatever system you want. We have also customized our CAS login page, but we can't make it a true part of another website (with dynamically created menus