phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server.
Questions tagged [phpcas]
35 questions
0
votes
0 answers
CAS Authenticate through another subdomain
At my place of employment, we do not control what applications are CAS authorized, but have existing CAS authorization for an application hosted at foobar.com/app-one.
When a user signs into this, they are correctly authenticated, and are served the…

rborum
- 124
- 1
- 11
0
votes
1 answer
phpCAS html form authentication for username and password
I'm trying to authenticate a username and password with a CAS server using phpCAS but didn't find anything relevant on the internet. Once the user inputs their username and password how do I authenticate it with a CAS server using phpCAS? Also, how…

Sandesh Tiwari
- 13
- 6
0
votes
1 answer
Unable to authenticate with CAS
I have implemented a SSO service and, after a lot of days, I have got it. But now I have a problem, the CAS service (SSO) works if you are in the local network and in another network which is located in the same place, but if I connect from external…

msabate
- 335
- 1
- 2
- 16
0
votes
0 answers
CAS between two different servers
I have installed a CAS server with a public domain and it works correctly.
Now I want to use my other public domain with different services with CAS authentication but, after login in CAS, when I redirect to these services, PHPCas tell me…

msabate
- 335
- 1
- 2
- 16
0
votes
1 answer
"CAS Authentication Wanted!" Laravel 5.5
I am using subfission/cas "dev-master" branch with Laravel 5.5, PHP 7.0.27 with phpCAS 1.3.5. I have two servers (test and prod) with identical Laravel installations. However, when I go to log in via CAS, one server redirects to the appropriate…

Ravioli87
- 795
- 13
- 34
0
votes
1 answer
Infinite redirect loop when phpCas wants authenticate
I integrated my ZendFramework 1 project with this example.
require_once 'Cas/config.php' ;
require_once 'Cas/CAS.php' ;
phpCAS::setDebug("/var/www/html/tums/library/Cas/ooo.log");
phpCAS::setVerbose(true);
phpCAS::client(CAS_VERSION_2_0, $cas_host,…

Meysam Javadi
- 1,374
- 1
- 10
- 21
0
votes
1 answer
CAS server SAML 1.1 authentication got empty response
CAS server SAML 1.1 authentication got empty response
We have been suffering pain for the CAS SAML 1.1 protocol for a long time.
We are using phpCAS which is a CAS client library.
We are doing with the protocol SAML 1.1 in order to get user…

cflyhao
- 11
- 4
0
votes
1 answer
Unable To Redirect To CAS Login with phpCas and Yii
I have been banging my head on this one for a while now and can't seem to get this working. I keep getting the following error when I call "phpCas::forceAuthentication".
"No 'Access-Control-Allow-Origin' header...". I have added the following…

wesleywh
- 1,053
- 1
- 13
- 30
0
votes
1 answer
Use custom login screen with phpCas
I have implemented a basic cas authentication system that authenticates with the cas server via a custom login screen, but now I would like to use a well tested package for this. So wanted to know if there is a way for using phpcas with custom login…

Abhishek Patel
- 774
- 5
- 19
0
votes
1 answer
PHPCAS in Limesurvey
I have some trouble in PHPcas connect with limesurvey
If I use limesurvey-cas, I can't logout and login if use it plugin
and if I use this version https://github.com/goyome/LimeSurvey, Can't create a user auto
What should I do if I use PHPCAS to…

rccoder
- 27
- 7
0
votes
1 answer
Ticket validated but no PGT Iou transmitted
I am trying to make a proxy CAS webapp using PHPCAS library version 1.3.3. At first I tried an example from the docs but unfortunately I got an error and said that I wasn't authenticated.
I was using the example_proxy_GET.php and on the log it said…

zakazai
- 11
- 4
0
votes
1 answer
Using CakePHP 3.0 plugin
I'm currently building a new CakePHP app with version 3.0.0-RC1, and trying to install and use the jasig/phpCAS plugin. Using this guide, I've run the following command from the command prompt: composer require jasig/phpcas
This correctly copies…

Jozomby
- 49
- 8
0
votes
1 answer
phpCas : How can you force renew authentication without going into a loop
I got regular cas authentication to work using the forceAuthentication function, now I want to block single sign on with renew authentication but it keeps getting stuck in a loop.
Here is my code
require_once…

James
- 194
- 3
- 10
0
votes
2 answers
Blank page after success login CAS
i installed CAS 3.4.12 in Tomcat 6, with OpenLDAP, openssl..
i try to apply phpCAS, but i get blank page..
and the URL in browser :
http://sso.jarkom.com/index.php?ticket=ST-7-nqIcVhNfOwPDVDRodaEK-cas
any one can help me to find the error and…

Aguzti Fajrin
- 21
- 3
0
votes
3 answers
Warning: session_destroy(): Trying to destroy uninitialized session with phpCas
I am facing a problem today with the phpCas library https://wiki.jasig.org/display/CASC/phpCAS.
Problem is the following, when I try to use some logout function, I got the message
Warning: session_destroy(): Trying to destroy uninitialized…

MisterJ
- 919
- 1
- 9
- 24