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
0
votes
1 answer

CAS Jasig remember me uses old user attributes

It seems that when login with remember me feature, the user attributes (comming from AttributeRepository) are not refreshed. The use case : A user logs on monday. Its attributes are retrieved. On tuesday, its attributes change (roles for…
jmcollin92
  • 2,896
  • 6
  • 27
  • 49
0
votes
1 answer

Jasig CAS - How to fetch different roles when accessing different applications?

Whenever a change applications, I need CAS to fetch a new set of roles from the server (the set of roles for that specific application). Is there a way to do so? As it is today, it gets the roles for the first application (lets name it A) and when I…
user793953
  • 91
  • 9
0
votes
0 answers

Grails session attributes are not flushed between two applications

I have two separate Grails applications that use the JASIG CAS Client Plugin. When my applications run, different users can authenticate against my CAS server (using the client plugin). Authentication aside, I use a Grails Filter for authorization…
littleK
  • 19,521
  • 30
  • 128
  • 188
0
votes
1 answer

how to invoke logout controller in jasig CAS

I am using CAS for my application.i want to change some code in Logout controller.so pls tell me how to invoke log out controller in my application.. Thanks in advance..
0
votes
1 answer

How maintain user log out time in jasig cas

I am jasig CAS for sso pupose for my application.i can audit the server ip,login in time for different users by using cas audit log concept.along with these i want to maintain logout time of user.is is possible? if any solution is there..pls help…
0
votes
1 answer

CAS server asking authentication after refreshing login page

I am using CAS server.at starting i am giving username and password then i am redirection to my required page.but when i refreshed my page then again it is redirecting to previous page and asking username and password. can any one help me. Thanks in…
0
votes
1 answer

update our SSO from JASIG cas 3.4.2 to cas 3.4.10

we currently running JASIG CAS 3.4.2 with JBOSS TreeCache on debian linux and would like to update to 3.4.10. (to support OAuth) It's obviously more complicated than just turning the cas-server-core version in pom.xml to 3.4.10. We really would like…
micha
  • 11
  • 1
0
votes
1 answer

transit to next page from casGenericSuccess page using link in jasing cas single sign on

I want to navigate to my added jsp page from casGenericSuccess.jsp but I am not able to transit to next page using hyperlink. What i did is: changes in login-webflow.xml
Jayesh
  • 6,047
  • 13
  • 49
  • 81
0
votes
2 answers

add new secure jsp page to cas server for single sign on

I want to add one page to jasig cas-server. after successfull login, it displays casGenericSuccess.jsp, In this page I have added a link called "User Management". Now, I want if user clicks on that it should open "userManagement.jsp" page and I am…
Jayesh
  • 6,047
  • 13
  • 49
  • 81
0
votes
1 answer

Maven fails building CAS server

I am trying to implement SSO feature and downloaded all projects and pom.xml from http://www.jasig.org/cas/download. So, I got my maven project and then In eclipse I just did import as existing maven project. then I Run the project as MVN CLEAN and…
Jayesh
  • 6,047
  • 13
  • 49
  • 81
0
votes
2 answers

Jasig cas how to validate custom model attribute in view state

I have used jasig (3.5.1) cas sever and successfully configured.It works fine. my project have another requirement. I mentioned it below i need another login mechanism. it mean rather than using stand username password, i need corporate code,mobile…
Amila
  • 243
  • 1
  • 10
  • 24
0
votes
2 answers

Using CAS without the Login Screen version3.5

here is a old version:https://wiki.jasig.org/display/CAS/Using+CAS+without+the+Login+Screen I need to do the same with that latest version of CAS i.e. 3.5 . Can anyone provide me the steps for the same
Derek
  • 1,177
  • 3
  • 11
  • 26
0
votes
1 answer

Is there a good CAS client I could use without a web platform?

I need to authenticate against an existing CAS server from within a Mono desktop client application. The closest thing I've found is Jasig which would work great if I were using an ASP.NET application. Does anyone know of a good library out there,…
orkutWasNotSoBad
  • 638
  • 6
  • 12
-1
votes
1 answer

Jasig - CAS - Windows session

Is it possible to integrate CAS with the authentification and SSO from multiple applications ( let's say 2 in php and 1 in java) straight from the Windows' session, so the user don't have to auth from an other login form?
snooperman
  • 13
  • 5
-1
votes
2 answers

Maven and Jsig CAS 4.0RC

I have downloaded the code from the repository but I have little experience to use maven (command line) to get the .war file to be included in my tomcat. I do not have experience in this. I have not changed the pom.xml file I directly run the…
Safari
  • 11,437
  • 24
  • 91
  • 191
1 2 3
10
11