Using Cassava CAS Server Plugin in WP to authenticate users from Rails app.
On Rails side:
gem 'devise_cas_authenticatable'
On validation step:
WordPress response:
<cas:serviceResponse><cas:authenticationFailure code="INVALID_TICKET">Expired ticket.</cas:authenticationFailure></cas:serviceResponse>
Maybe someone knows any solution for that?
I could use Plugin: wpCAS Server , but in this case my rails app gets only WP user_id and I would like to have them combined through email.