Questions tagged [phpcas]

phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server.

35 questions
0
votes
1 answer

SSO using drupal CAS module from drupal on one system to sample java webapp on another system(having different ip) not happening

I want to achieve SSO for the two system one running on php(drupal) in one system and another running on java on onother server. To achieve this I used the JASIG's CAS (Central authentication service) open source software. I installed JASIG CAS…
uttam kumar
  • 11
  • 1
  • 1
  • 3
0
votes
2 answers

PhpCAS redirection loop on iframe

I have a request that authenticate with phpCAS and works fine when accessing from url directly (copy past url on browser). But When i use the same url in Iframe src or in button href i got infinite redirection loop. any ideas ? Thanks for help
Sidux
  • 557
  • 1
  • 5
  • 15
-1
votes
1 answer

phpCAS logout failed because of CORS "Access-Control-Allow-Origin" not present

I have a front with Angular 4 and to connect I'm using phpCAS which I put in a folder /backend at the same place as my front. In my front, where my index.html from Angular is, there is a index.php file that is launched first and that includes…
Victor Jozwicki
  • 700
  • 2
  • 10
  • 24
-1
votes
1 answer

CAS in Rest API

I am building my own application based on an external CAS service. I would like to authenticate the user using the external CAS first then allow them to use my application. However, I am reading off the documentation on phpCAS but I am not sure how…
Han_Chen
  • 195
  • 2
  • 14
-3
votes
1 answer

How can I implement phpCAS in laravel 5.*

I'm almost new to Laravel. I need to use phpCAS in my project in Laravel 5 but I don't know how to do it. I've have seen the documentation in Github about subfission. It explains how to install it but I don't know how to use it in my project. Can…
1 2
3