Hi,

is there chance how to authenticate user on website against user database in Drupal?
This can be very useful when we have projects on subdomains and users can login via account already created in main Drupal CMS (some kinf of external authentication for allowed websites). I try to find some existing modules but have no luck.

Thank you very much

Comments

bfr’s picture

One way is to use the Services module, and authenticate via REST for example.

martincmelik’s picture

Im sorry I have no clue what do you mean...

External website are using own CMS and I need only forward authentication to Drupal CMS.

Thank you for your help

bfr’s picture

Like i said, take a look at Services module: http://drupal.org/project/services

martincmelik’s picture

Hi,

I try it but it seems to be API only..? Isn't there module which will work on-the-fly?

Thank you