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
2
votes
4 answers

Injection of autowired dependencies failed nested exception

I am trying to deploy Map Portlet which is a spring MVC frame work. I am getting error while deploying as follows. 13:57:25,966 ERROR [org.springframework.web.portlet.DispatcherPortlet] (ServerService Thread Pool -- 146) Context initialization…
user41498
  • 1,421
  • 3
  • 10
  • 9
2
votes
1 answer

CAS Single Logout Issue

I have a Jasig CAS 3.5.2.1 version and two separate applications (let's say app-A and app-B) authenticating their users over CAS server (using pac4j-play-cas-client). Assume that a user signs in to app-A and then signs in to app-B using different…
Kerim Karaca
  • 385
  • 3
  • 11
2
votes
1 answer

CAS LDAP Search Subtree

I'm using last version of Jasig CAS server (4.0.0) with an LDAP server. Users are stored under this LDAP structure : ou=Users,ou=SSOTEST,dc=mycompany,dc=com What I want is to search an user from a top level (example :…
ersefuril
  • 809
  • 9
  • 16
2
votes
1 answer

Using ASP.NET MVC 5 and Jasig's CAS Authentication

I understand that CAS uses Forms Authentication and MVC 5 has now moved to OWIN. I've done some research and have found that there are a few people trying to implement this-…
Morgan
  • 39
  • 8
2
votes
0 answers

Jasig CAS LDAP - How to get roles

I have jasig 3.4.7 installed with OpenLDAP and ssl enabled. I can login through CAS to an account created in the LDAP : fine. Now I need to declare services via the management interface : I realized I've no "admin" account. So I tried to add a group…
Phil Roger
  • 33
  • 2
2
votes
1 answer

Username from CAS and Roles from another database

I have CAS 3 Spring 3.2 and Spring Security 3.2 running on tomcat 7 with a MySQL database. We use the MySQL database with CAS to authenticate users, then we pass attributes after successful, we get those details from a database called say"sso"
engma
  • 1,849
  • 2
  • 26
  • 55
2
votes
0 answers

How do I return multi valued attributes using JDBC?

The Jasig CAS API exposes 2 implementations of IPersonAttributeDao for JDBC: - SingleRowJdbcPersonAttributeDao - MultiRowJdbcPersonAttributeDao However both of these Dao implementations seem to work with attributes with single values. Does Jasig…
Jin Kim
  • 16,562
  • 18
  • 60
  • 86
2
votes
1 answer

Retrieve attributes from jasig cas server from database

I have a problem in retrieving attributes from java cas (JA-SIG). It always return null. Below is my code. What I guess was attributeRepository bean is never called, because I have changed table name to wrong one, and it ran, but it didn't give the…
Amila
  • 243
  • 1
  • 10
  • 24
2
votes
1 answer

Jasig CAS: Monitoring authenticated users

I am trying to use JASIG CAS as SSO for several webapps. I've managed to setup a custom configuration (maven overlay) and "casify" a couple of webapps. Nevertheless, I'd like to add some monitoring functions such as: List authenticated users: IP,…
franpas
  • 114
  • 5
1
vote
2 answers

Custom User and Roles with ASP.NET MVC3

I have a ASP.NET MVC site with a CAS server set up as the authentication type. I also have a separate database with a Users table and a Roles table (with a User being related to one or more roles). A User is only able to log into the system if the…
Manatherin
  • 4,169
  • 5
  • 36
  • 52
1
vote
1 answer

Cas - configure Principal transformation

I need to transform principal before get attributes. I'm using CAS 6.1 and the class that creates the Principal is: PersonDirectoryPrincipalResolver…
gascani
  • 41
  • 1
  • 8
1
vote
0 answers

setup SSO for Jira 8.1 and confluence with cas

I am configuring JIRA and confluence with sso using jasig cas step by step details given here is not full setup of CAS and JIRA configuration. how can i configure cas with Jira and confluence? also tried to setup using saml and keycloak but was not…
N Rathod
  • 11
  • 2
1
vote
1 answer

Jasig Cas ticket validation on client web application logout

My web application is integrated with a portal that use cas authentication. Logout is possible in two ways: on my web application (I first invalidate my session and then logout on portal page) or directly by portal (in this case session on my web…
Fra83
  • 511
  • 1
  • 5
  • 15
1
vote
1 answer

How to extend CAS on JAVA Spring-boot

I just want to know how to extend CAS on Java SpringBoot using pom.xml. Here are the things I want to do. Whenever I click the Forgot password link in CAS login page, it would redirect it to my custom forgot password site. Same goes to change the…
noobdeveloper
  • 420
  • 3
  • 14
1
vote
1 answer

Spring secutiry CAS SSO every time its asks login credentials

CAS single sign on is not working. After login when we navigate to other apps from app1(Home page)every time its asks login credentials to access the app2 from app1.
Shaik
  • 11
  • 3
1 2
3
10 11