rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
331 stars 189 forks source link

is possible use CASino with mongoDB? #97

Closed pedrohenriquerls closed 9 years ago

luxflux commented 9 years ago

For authentication it would be possible for sure, you just need an authenticator for it. I don't know whether one exists already.

For the internal database structure CASino uses ActiveRecord::Base so I don't think you can run it with a MongoDB backend.

pedrohenriquerls commented 9 years ago

I working mate found this: https://github.com/digitalnatives/casino-moped_authenticator I think this solves my problem :) thanks a lot for help