Central Authentication Service, a trusted system to authenticate a user

learn more… | top users | synonyms

0
votes
0answers
2 views

Tomcat: {Context/Realm} Setting property 'cache' to 'false' did not find a matching property

Getting the log entries bellow when I Tomcat deploys bonita-xp-rest.war. It is configured to work with CAS. At the bottom I also added server.xml and web.xml of the bonita-xp-rest.war. If any other ...
0
votes
0answers
8 views

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) ...
0
votes
0answers
4 views

PhpCAS redirection loop on iframe

I have a request that authenticate with phpCAS and works fine when accessing from url directly (copy past url on browser). But When i use the same url in Iframe src or in button href i got infinite ...
0
votes
0answers
26 views

how to get the userinfo using mod_auth_cas from session?

I use mod_auth_cas as the cas client,and here is my conf file in http.conf of apache: CASDebug On CASValidateServer Off CASCookiePath /var/cache/apache2/mod_auth_cas/ CASLoginURL ...
0
votes
0answers
6 views

How can merge the datasource of cas-server-3.5.2

I deploy a cas-server-3.5.2. And now it works fine. I use QueryDatabaseAuthenticationHandler to solve the password when login, and use JpaServiceRegistryDaoImpl for returning more info to client ...
0
votes
0answers
9 views

How to use seperate realms for authentication and authorization with Shiro and CAS?

I'm working on a web application where multiple applications authenticates through a CAS SSO Server. Howerver, each application should maintain their respective roles and these roles are stored in a ...
0
votes
1answer
11 views

Using PHP to handle CAS logins (migrating from JSP)

Background: We currently have a fully functional CAS implementation using JSP, but want to migrate it to a PHP implementation. Currently, we have a central CAS server that authenticates the user and ...
0
votes
2answers
24 views

CAS working in localhost

I have a problem whit cas for a couple of weeks. I am trying to run georchestra whit cas but when I login I have this error: sun.security.validator.ValidatorException: PKIX path validation ...
0
votes
2answers
31 views

Cas 3.5.2 audit failed

I am a new-hander to cas. I download cas-server-3.5.2 and cas-client-3.2.1,then I deploy the cas server to tomcat 6 and 7. I change the configuration in deployementConfig.xml and some other file to ...
0
votes
1answer
39 views

How to inegrate CAS authentication with Apache wicket application?

I am working on a project where I have to integrate CAS authentication into an Apache Wicket application. Though I am still a beginner in web-development, I know how to implement CAS authentication ...
0
votes
1answer
18 views

CAS modification (sharing data)

I want to modify CAS 3.5 to store some data in Session right after the authentication is correct. (not sure if it's the right method) My CAS server is linked to a Kerberos one, which is connected to ...
0
votes
1answer
13 views

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

.NET application fails to run from Network Share and RDP Shell

I'm trying to run my .NET application, that resides in a network share from our domain, using a RDP Client. When starting a "full" RDP session (that is, opening the whole desktop) and then running my ...
0
votes
1answer
40 views

CAS Server .Net Client integration with asp.net web application Single Sign Out

i setup CAS SERVER for single sign up with asp.net web application and apache Tomcat 7. i follow below link to create configuration. ...
0
votes
1answer
71 views

spnego authentication stops working when CAS deployed

I have a working tomcat instance where the tomcat-manager applet authenticates with SPNEGO. When I deploy CAS - configured to use SPNEGO - , the following happens: right after the deployment, both ...
1
vote
0answers
25 views

Where is the user data (username, id, sessionid) when using CAS SSO jasig pycas?

When using python client with CAS from jasig, the following is sample codes: import pycas CAS_SERVER = "https://casserver.mydomain" SERVICE_URL = "http://webserver.mydomain/cgi-bin/webapp.py" ...
0
votes
0answers
36 views

Spring Security 3.0 + CAS 3..3.5 - apply CASfilter on non-secure resource or home page

I am integration CAS(SSO) with Spring security web application. I am facing one issue in it. when user hit our web application we are displaying home page to the user.this home page url is /home. on ...
0
votes
0answers
49 views

I use PHP CAS but when I want to logout, it failes because of an infinite redirection loop

I use PHP CAS but when I want to logout, it failes because of an infinite redirection loop include_once('CAS.php'); include_once('dbconnect.php'); ...
0
votes
1answer
98 views

CAS SSO with Java EE Web Container Authentication

I'm new to Spring 3.1 and I've been using Java EE Web Container Authentication so far for security (the <jee> tag has come in quite handy). However, the project that I'm working on has a few ...
0
votes
0answers
20 views

How to get service parameter in custom AuthenticationHandler? (Single Sign On (Jasig CAS) LDAP )

How to get service parameter Single Sign On (Jasig CAS) LDAP Hi All!! I want to create a custom AuthenticationHandler (Something like BindLdapAuthenticationHandler) to modifify searchBase Attribute ...
1
vote
1answer
50 views

Rubycas gateway without redirect

I have a Rails 3.2 app which works on multiple domain names eg: www.domain1.com, www.domain2.com, ... I use CASClient::Frameworks::Rails::Filter for some public pages. On those public pages, I need to ...
0
votes
0answers
15 views

How to share data among two web deployments using CAS?

I have 2 casified deployments say(A.war,B.war). I have to send a value from A.war to B.war using CAS. Could any one help me how to do this task. Note: Value in A will not be there during initial ...
0
votes
0answers
46 views

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 ...
0
votes
0answers
13 views

jasig cas custom credentials

I'm facing the problem with creating custom credentials for Jasig CAS server. But NOT the credentials that extands UsernamePasswordCredentials. For instance I want some simple credentials with only ...
0
votes
1answer
40 views

How to use spring filters to impersonate user after CAS login

Is there a spring filter object that will allow me to choose which authentication token to pass on through the spring security chain. I want to examine the httpsession and choose between using the ...
0
votes
0answers
91 views

Grails + CAS + Web Services

I've 3 grails applications using spring security. We use custom ahtentication providers for calling a web service and verify the users instead of a database. Now we need to have a single sign on / ...
0
votes
1answer
44 views

CAS Policy error in ASP.NET web Application

I am using Devexpress controls in my WEb forms.I added the corresponding reference to my refrences folder while on adding the control (I am using grid here) gives me error This method explicitly uses ...
0
votes
1answer
59 views

GWT CAS Tomcat deploy fails

I upgraded my GWT project with CAS. When I test it in dev mode, it works fine. Now I wanted to deploy my project to tomcat. When I'm running it, I can reach the CAS server. But when the CAS server ...
0
votes
1answer
26 views

OAuth or CAS for lots of domains but just one app?

We're about to start allowing our users to point their own domains at their profile pages on our website, but I've run into a problem that I can't seem to get around. We need to make sure that when ...
0
votes
1answer
28 views

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

'require': cannot load such file — script/../config/boot (LoadError)

Trying to run the example available in rubycas-client using the following comman $ ruby script/server But getting the following error. ...
0
votes
1answer
38 views

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 ...
0
votes
2answers
135 views

Single Sign on to secure REST APIs and internal web based system

I need some suggestions on how to secure REST APIs and web based internal system using a single authentication system. I am looking into the possibility of using: oAuth 2.0 JA-SIG CAS Custom ...
0
votes
0answers
35 views

GWT CAS service param

I'm having a GWT project and want to use CAS for user authentication. I added the following to my web.xml CAS Single Sign Out Filter ...
1
vote
0answers
63 views

Authentication and authorization for distributed system

I'm working on an architecture of a distributed system, basically in ruby (rails, sinatra, etc). I has several pure API only components, say API_C1, API_C2, API_C3. It has several web client ...
1
vote
1answer
48 views

Causes for instant Timelimit error when accessing AD via java

I am trying to chase down a problem with CAS that is causing the following exception to be thrown: javax.naming.TimeLimitExceededException: [LDAP: error code 3 - Timelimit Exceeded]; remaining name ...
0
votes
1answer
21 views

service provider login oauth

How can I log in a OAuth Consumer such as desktop application using service provider credentials, for example facebook. I need to configure login-webflow.xml in CAS too.
0
votes
1answer
59 views

How to refresh/keep alive the 'parent' session on a CAS server

I am integrating against a CAS server. User logs into there, gets forwarded to a script which does the CAS validation, gets the User and logs them in. This all works fine. Part of the spec for the ...
0
votes
1answer
65 views

cas oauth google fail

I am trying to integrate CAS into our web application to authenticate via OAuth 2.0, and i have downloaded the demo application from "https://github.com/leleuj/cas-oauth-demo-3.5.x."(client demo). and ...
0
votes
1answer
68 views

Jasig CAS - How to fetch differente 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 ...
0
votes
0answers
25 views

Atomically setting a variable without comparing first

I've been reading up on and experimenting with atomic memory access for synchronization, mainly for educational purposes. Specifically, I'm looking at Mac OS X's OSAtomic* family of functions. Here's ...
0
votes
1answer
96 views

WordPress ReAuth =1 Loop with wpCAS

The wpCAS plugin appears to be working: I have a subdomain on a website which contains the WordPress installation (i.e. test.mywebsite.com), and I'm running through a WordPress GitHub Repo along with ...
0
votes
1answer
67 views

Authentication with CAS for rest service call

In our current setup we have about a dozen web applications that deploy to a single Tomcat server. One of these applications is CAS which is used for all authorization. This works pretty well and in ...
1
vote
1answer
27 views

How to specify default querystring in CAS?

We have CAS enable application and we need a requirement that when ever we give user id, password and click on submit button, by default it should take a querystring(something like this ...
0
votes
1answer
480 views

javax.net.ssl.SSLHandshakeException on CAS Services

Short story, my boss want to use single login for many application we made and i try CAS for this need. I'm trying to install CAS as my SSO. i generate jks file from keytool in java bin. login and ...
0
votes
0answers
114 views

CAS + Spring security, SSL issue connect timeout

I have some problem with CAS authentication. Let me explain my situation. CAS configuration is Tomcat + Spring Security + CAS, client is also using spring security. I have 2 server. It is load ...
2
votes
1answer
46 views

Mysql CAST return invalid data

I have a query SELECT MAX(CAST(user_name as SIGNED)) as max_id FROM (`users`) it returns 2.01303045556E+12 but actually the maximum value is 2013030455555 Anybody know how it happens??
0
votes
0answers
41 views

CAS & site running using JBoss

I have installed a site that runs using JBoss 5.1. I would like to make authorization using CAS but this site does not support CAS. Is there an available module that I could use in order to make ...
1
vote
1answer
127 views

CAS Server Authentication Failure using Maven build and Ellucian Luminis LDAP

I followed the instructions at (https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method) for building the CAS server, and then the instructions ...
0
votes
1answer
49 views

How can I use CAS registration on my web app?

My school has a CAS system that handle all the college student login activity. I am building a webapp that will go to one of the school website that has all the deadlines information of homework, and ...

1 2 3 4 5 10