Questions tagged [rubycas-server]

8 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
3
votes
2 answers

How to authenticate users using rubycas-server with multi-field?

I used rubycas-server to build an sso systems, using devise to do the user's system, but now my question is, rubycas-server only one field like 'email' , I want to use 'email' / 'tel' / 'nickname' for user login. no more info in…
scottxu
  • 913
  • 1
  • 7
  • 20
2
votes
1 answer

Could not spawn process for group /var/www/rubycas

[ 2014-02-10 13:51:00.0173 22995/7f012fa3b700 Pool2/Implementation.cpp:883 ]: Could not spawn process for group /var/www/rubycas#default: An error occurred while starting up the preloader: it did not write a startup response in time. in 'void…
Swaroop Kundeti
  • 515
  • 4
  • 11
  • 25
1
vote
1 answer

How to authenticate users using rubycas-server in rails?

I'm using rubycas-server GEM as my CAS server. This CAS server is checking user credentials from a user table of a different database. These users are created using Devise gem. Devise saves every user's password in encrypted form in database table.…
user3252359
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

CAS Authentication failed! while using ohocas client

I've setup the rubycas-server with mysql backend. But when i tried to login via a phpCAS client, it is redirected to rubycas-server url. but, after entering username & password - I got this error CAS Authentication failed! You were not…
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

Bundler::MarshalError TypeError: incompatible marshal file format + Ruby CAS Server

I have clone the rubycas-server project and followed the steps as they mentioned in their documentation. When I am doing the bundle install I am getting the following error: Fetching gem metadata from http://rubygems.org/....Retrying dependency api…
Deepti Kakade
  • 3,053
  • 3
  • 19
  • 30