CAS Authentication Library for CodeIgniter

后端 未结 3 1194
太阳男子
太阳男子 2021-01-24 13:51

I am trying to implement CAS authentication in a CodeIgniter application though I cannot find if there are any libraries currently set up for it. I am managing by just including

3条回答
  •  长情又很酷
    2021-01-24 14:34

    What exactly is not working with the VCU library?

    Anything you can do in PHP, you can do in CodeIgniter. So you can just use the PHP CAS client: http://www.jasig.org/phpcas-121-final-release

    And here is a example of how to authenticate.

    https://source.jasig.org/cas-clients/phpcas/trunk/docs/examples/example_simple.php

提交回复
热议问题