Questions tagged [rubycas-client]
6 questions
11
votes
1 answer
Setup issue in CAS Server in Rails 3.x
I have installed rubyCAS Server on ec2 server, using Rails 3.2 and Ruby 1.9.3 and configured configure.yml file, my
server: webrick
port: 9292
ssl_cert: /mnt/rubyonrails/testingcas.pem
Note:
I have mentioned Domain name…

Ankit
- 292
- 1
- 6
- 17
1
vote
0 answers
RubyCas client using https not receiving the CasServer 'LogoutRequest'
RubyCas client using https is not receiving the CasServer 'LogoutRequest'
I used 'rubyCas-client' gem. It's working fine in http (with cluster servers also), but when I am trying to use 'HTTPS' (using ssl certificate), my application server itself…

thiyaram
- 242
- 2
- 8
1
vote
0 answers
CAS Authentication with Sub-domain
I have setup CAS server in Java and using RubyCas-client for my application. Now my application runs on sub-domain so my concern is once I am authenticated by CAS server for some particular sub-domain, I am able to access others sub-domain…

Ankit
- 292
- 1
- 6
- 17
1
vote
1 answer
rubycas-client authentification and local session
I am using ruby-cas client, for an authentification based on a CAS.
I would like to link the ruby_cas authentication to my application :
when we log in with cas, in additon to the CAS session created, a session for my application is also…

user3242743
- 1,751
- 5
- 22
- 32
0
votes
1 answer
Authenticate multiple application with Ruby CAS Server
I have two different web applications which are already build. Now one new requirement comes i.e Implement Common Authentication. My one application is build in rails and another application is build in Drupal. I have installed ruby-casserver, but…

Deepti Kakade
- 3,053
- 3
- 19
- 30
0
votes
1 answer
rubycas-client XML parsing
When using CAS-client following the instructions, I've reached a point where I've got a positive response from an external CAS server:
CAS server responded with #:
And the XML is like this:

julitrows
- 30
- 7