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

Log out of the jasig cas4.0 not logging out of google OAuth2.0 service

I am trying to implement OAuth services in jasig cas4.0. The login feature works correctly. But when I logout of the cas session(http: //localhost:8080/cas/logout), and then again try to login using google OAuth service, it automatically logs me in…
Rajan
  • 1,501
  • 4
  • 21
  • 37
0
votes
1 answer

Logout from JASIG server from browser

I am trying to logout from JASIG CAS server running on tomcat. I access my data from a nodeJS proxy and i have no idea how to logout. I tried removing the cookie and it didnt help. What is the right way to log out.
Vineeth Mohan
  • 18,633
  • 8
  • 63
  • 77
0
votes
1 answer

Jasig cas 4.0.0 | Google oauth exception

I have done everything as in the tutorials of official cas. When redirecting from google's page to my cas application I am getting the following exception. 2014-08-06 11:26:01,286 INFO [org.jasig.cas.authentication.PolicyBasedAuthenticationManager]…
Rajan
  • 1,501
  • 4
  • 21
  • 37
0
votes
1 answer

CAS 4.1.0-SNAPSHOT how to get oAuth attributes (from facebook etc..) using play-pac4j_scala

I've set applicationContext.xml on my CAS server as in cas-pac4j-oauth-client-demo and deployerConfigContext.xml is configured as following: complete deployerConfigContext ...
FoREacH
  • 143
  • 2
  • 13
0
votes
1 answer

Grails and Jasig CAS redirect loop after a few days

Have three Grails applications deployed on the same Tomcat server (tomcat-7.0.54) and after a few (3-4) days, we seem to get stuck in a redirect loop in either one or two of the applications after logging in. One application always seems to be fine,…
idonaldson
  • 465
  • 1
  • 14
  • 33
0
votes
1 answer

Cannot access WSDL on protected WCF service

I have set up a WCF service that runs in ASP.NET compatibility mode so that I can take advantage of the SSO authentication that the rest of my site uses. The SSO is based off of Jasig's CAS and I've modified the dotNetCasClient so that it will work…
Cosmosis
  • 303
  • 2
  • 8
0
votes
1 answer

Jasig CAS: Remember Me

I've a strange problem with with my installation of CAS. Recently we activated the RememberMe functionality with a 3-Month validity of the ticket on RememberMe. When the session of my client application expires I got sent back to CAS at…
Hons
  • 3,804
  • 3
  • 32
  • 50
0
votes
1 answer

Jasig CAS Server 3.5.2 Build Failure with Maven-3

I've been trying to build the Jasig CAS Server 3.5.2. on a CentOS6 machine. After running mvn package install however, I've receive the following error: ------------------------------------------------------- T E S T…
Aetylus
  • 587
  • 3
  • 6
  • 20
0
votes
1 answer

Problems while implementing SSO with Spring Security CAS extension

I'm trying to use Spring Security CAS extension to authenticate users on my applications. Earlier there was only one application, so SSO was not needed. Now there is one more application and I want the user to log in once and use all the…
Swapnil
  • 8,201
  • 4
  • 38
  • 57
0
votes
1 answer

Error LDAP authentication with Jasig Cas on Active Directory

I am getting the following tomcat error in my log when I try to login to CAS. Can anyone help me where my error might be? Configuration of CAS an Active Directory is as standard as can be, only exception is I am using ldap instead of…
Martijn Burger
  • 7,315
  • 8
  • 54
  • 94
0
votes
1 answer

CAS HTTP 401 - Authentication Failed: Bad credentials

I have an error with Cas when i try login, i've self signed certificate and already add these to my keystore and and the keystore to the cacerts, i am using tomcat6 and maven to generated the .war, i have read others solutions to modify the code but…
Daniel Cabrera
  • 81
  • 2
  • 6
  • 13
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
1 answer

Jasig CAS Proxy Ticket For special target URL

I need to generate a Proxy Tiket using the CAS client API for a target URl like this: https://host.com/wms** The special characters ** are necessary because the request can attach after the proxy ticket generation some parameters. It is possible to…
AndyPower
  • 183
  • 1
  • 1
  • 6
0
votes
1 answer

Jasig CAS SSO .NET client not logging out from other apps

I am using the Jasig CAS .NET client to authenticate in my application using SSO from a server. I have implemented everything just like the documentation says and added [Authorize] in all my controllers. Log in is working fine from my app and the…
Boos
  • 127
  • 2
  • 9
0
votes
1 answer

Does CAS support OAuth Resource Owner Password Credentials Grant?

After some rudimentary testing I've gotten CAS to work with the Authorization Code Grant. This seems to be the only grant mentioned in the documentation. Does CAS support other grants outlined in the OAuth2.0 draft 2-31 section 4.3? What are the…
Joe
  • 4,585
  • 3
  • 37
  • 51