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
13
votes
5 answers

JASIG CAS Login without CAS login screen

We are trying to use CAS server for SSO for our existing web based applications. Our goals are Achive SSO across the various applications (including cross domain). Have Customized login (In UI Terms) pages for different apps, when they are…
Pratik Garg
  • 967
  • 4
  • 12
  • 26
11
votes
5 answers

What are the default login credentials for Jasig CAS server?

I am new to SSO, I hoped to install Jasig CAS demo web app and be able to log in inside. Pure research and testing. I've disabled ssl using https://wiki.jasig.org/display/CASUM/Securing+Your+New+CAS+Server However I either don't understand the…
Aubergine
  • 5,862
  • 19
  • 66
  • 110
10
votes
4 answers

Working Java REST Client Example to access CAS REST API

I followed this tutorial to enable REST service on my local CAS server. However there is no Java example "Java REST Client Example We need a real, working, example, the previous one is useless. Many people are emailing me that it is not working,…
krinker
  • 1,072
  • 1
  • 9
  • 23
8
votes
2 answers

CAS logout and cookies elimination

I just made a HelloWorld servlet and implemented CAS on it. I'm being able to log in without problem and CAS is setting 3 cookies in my browser, the CASGT, and 2 JSESSIONID 1 for /cas and another for /helloWorld The problem is that then I access…
Steve McQueen
  • 81
  • 1
  • 1
  • 2
8
votes
0 answers

CAS Authentication - CSRF token not found

I use Apereo CAS (formerly Jasig CAS) (github here). Next, I create a very simple application in Vaadin, which connects to CAS during authentication. Everything works seamlessly until I turned on CSRF from Spring Security. If CSRF is turned on, then…
jsosnowski
  • 1,560
  • 3
  • 26
  • 56
6
votes
1 answer

How to change the location of the keytab file in Jasig CAS under Tomcat under Windows Server

I am implementing a CAS server on a Windows 2008R2 machine. Everything is running perfect, however only when I place my keytab file in C:. My login.conf looks like this at the moment: jcifs.spnego.initiate { …
Martijn Burger
  • 7,315
  • 8
  • 54
  • 94
5
votes
5 answers

Redirect webpage after having sent some content

I am working with a web framework (uPortal) that is handling errors by just throwing an exception and then hanging. The framework works by rendering XML into HTML. When there is an exception, the browser recieves rendered content up to the XML…
xdhmoore
  • 8,935
  • 11
  • 47
  • 90
5
votes
1 answer

Configuring Jasig CAS to use BCrypt

I want to configure Jasig CAS to use BCrypt as passwordEncoder. Searching around I've found that this can be handled entirely by Spring Framework but I'm not familiar with it. From what I understand I just need to add spring-security-core and…
Anton
  • 121
  • 6
5
votes
1 answer

Jasig CAS4.0, Proxy Authentication Exception

I am trying to configure Jasig CAS4.0 with Facebook OAuth2.0. Without using facebook, The default username 'casuser' and password "Mellon" was working correctly. I replaced
Rajan
  • 1,501
  • 4
  • 21
  • 37
4
votes
0 answers

Apereo CAS load user attributes in two steps and store them for attribute release

In our Apereo CAS 5.3.8 protected application we need to display after login a screen which shows a dropdown with some values from which the user must select one option. The screen needs to be shown only if certain conditions are met, depending on…
virgium03
  • 627
  • 1
  • 5
  • 14
4
votes
1 answer

Jasig CAS not redirecting back to .NET MVC site

I have a .NET 4.0 MVC 3 site that is currently set up to authenticate against an older 3.4.4 Jasig CAS server. I'm simply attempting to update the configuration to connect against a newer 3.5.1 server (this server has been in use for some time and…
Nicole S.
  • 345
  • 1
  • 3
  • 12
4
votes
1 answer

jasig cas server returning _cas_stateful_ as username with spring

I'm trying to connect from a spring security application to a cas server. When I login in CAS, the request is redirected to my webapp but in my UserDetailsService I'm receiving _cas_stateful_ as the username and I cannot find my user in the webapp…
4
votes
1 answer

adding jasig CAS authentication for OBIEE (Oracle Business Inteligence)11g

I'm trying to add CAS as an authentication provider for OBIEE 11g. up until now I've added the cas-client-core-3.2.1.jar jar to $MW_HOME/wlserver_10.3/server/lib/consoleapp/webapp/WEB-INF/lib/ and…
Shay
  • 1,245
  • 7
  • 14
3
votes
1 answer

WebServices SSO jasig CAS

I tried to do SSO with web services with jasig CAS. I did the security for web application using spring filters, but I don't know how to do it with web services on the server side.
Wojciech
  • 31
  • 1
  • 2
3
votes
0 answers

Java Spring and WordPress integration - Single-Sign On

I have an application which is completely written in Java with Spring framework. Right now I need to integrate this application with some other application that is written on WordPress. I need to seamlessly support the same user database for both of…
alexanoid
  • 24,051
  • 54
  • 210
  • 410
1
2 3
10 11