Questions tagged [jasig]

Jasig is a global consortium of educational institutions and commercial affiliates sponsoring open source software projects which benefit higher education.

As a non-profit, 501(c)3 membership group, organizes events promoting open source software planning, design, development, and implementation.

Their activities and resources foster collaboration and sharing within and among communities of practice.

A list of their softwares can be found here

Read more

151 questions
3
votes
2 answers

Jasig CAS - 404 code after successful service ticket validation

We are currently trying to deploy CAS 4.0.1 on a JBoss EAP 6.3.0 server. The login webflow was customised in order to redirect to a specific login form depending on the service calling CAS for authentication. Depending on these forms, we use…
veebee
  • 391
  • 2
  • 12
3
votes
1 answer

Can one Jasig CAS server be config with two LDAP

We need to set up a CAS server to do SSO with our applications(all in JAVA). Here is my situation: CAS1: Existing CAS server, based on ORACLE LDAP(we have no control of the CAS1 and the LDAP). We plan to ignore this one. Several applications…
user3121426
  • 31
  • 1
  • 4
3
votes
2 answers

Using MySQL database for authentication in Ja-sig CAS

I'm trying to hook my Ja-sig CAS server (v3.5 running on Tomcat7) up to a MySQL database for user authentication. I basically have a table 'users' in the database storing username/password pairs that I want CAS to check against. However, I'm having…
The Doge Prince
  • 458
  • 1
  • 7
  • 15
2
votes
1 answer

JASIG CAS: How do I change where log files are written to?

I know very little about Java, let alone JASIG CAS. We are trying to implement CAS on our CentOS 6 server. We are getting the following errors: java.io.FileNotFoundException: cas.log (Permission denied) [...snip...] java.io.FileNotFoundException:…
Belmin Fernandez
  • 8,307
  • 9
  • 51
  • 75
2
votes
1 answer

Casifying my Web application,

To casify web service I am planning to follow the following: I have a application that requests for a web service, the web service will only server the client if the application passes a valid ticket string. The Java application sends a…
2
votes
0 answers

Cas server and web service authentication (service ticket)

We are trying to implement authentication through cas server on restful services. We understood how it should work with documentation but we didn't figure out what happen with the ticket parameter on our called web services. Using cas server…
2
votes
1 answer

how to disable cas if I use web.xml configuration

I have problem to disable JASIG CAS SSO without touching web.xml. For now I configure cas like that cas web.xml config . The best way it would be to somehow move all the configuration to external property file to disable it easy during development…
lucaskos
  • 67
  • 9
2
votes
0 answers

phpCAS service validation URL is missing host/context

I'm using phpCAS with SAML. When I open the login URL I'm redirected to the idp and can login as usual. Upon redirect [successful login] phpCAS tries to use an incomplete URL to validate. It is missing the host / context…
Kevin
  • 311
  • 1
  • 2
  • 8
2
votes
1 answer

Jasig CAS - how to customize WebFlow to redirect user after successful login?

I'm trying to integrate CAS auth in our web services and use the Jasig CAS server (v. 4.2) which is Spring-based webapp. Unfortunately, Jasig CAS server can only use service ID for redirection after successful login. It is unacceptable, because CAS…
JDoeNext
  • 41
  • 3
2
votes
3 answers

Jasig CAS. How to enable transactions with JpaTicketRegistry?

Using maven overlay. I've only configured cas.properties (db connection part), ticketRegistry.xml and pom.xml as docs says. Also slightly modified class JpaTicketRegistry to get more debug info. As seen from log - getTicket method goes without…
FoREacH
  • 143
  • 2
  • 13
2
votes
0 answers

Add jsp page to CAS server

I'm newbie in using CAS and wanted to add a custom jsp page to the server after the login page and before it redirects to the client after successful login. I searched and thought that this would be done by adding the jsp page say Test.jsp in…
Pardyot Shahi
  • 499
  • 4
  • 15
2
votes
1 answer

Single sign out in CAS

I am beginner in using CAS and i'm using it in one of my project to use its Single Sign On services. Till now i have implemented Single sign on, I have one JAVA client and a PHP Client. But for using Single Sign Out functionality i configured my…
Pardyot Shahi
  • 499
  • 4
  • 15
2
votes
1 answer

Implement CAS Single Sign Out for Cross Domain Applications

I am a beginner in using CAS. My CAS server is up and running at port 8443(Secured HTTP layer). I have also made two applications - JAVA Client(My own JAVA Client) and PHP Client(Officially provided by CAS) for testing my CAS server. I am able to…
2
votes
1 answer

when I build application to war SLO (single logout) stops working

I am trying to implement CAS in spring based application. I have already configured CAS and connection to CAS from application and everything is working when I run application from jar. But when I try to build application to WAR package SLO (Single…
Kinmarui
  • 593
  • 7
  • 17
2
votes
0 answers

Updated JASIG Java CAS Client configuration with Spring example

I'm in the process of moving my application from Spring Security's CAS client to JASIG's Java CAS client. This was due to our security group adding some custom functionality to the JASIG version. I've seen on JASIG's website the examples of how to…
Richard Ward
  • 101
  • 5
1
2
3
10 11