Is it possible authorize users in Drupal(7) using other site? I have non-drupal community and I want keep and manage logins/passwords there. But also I’ve got public site on Drupal and I would like that users from non-drupal site can login using existing logins/passwords. May be there are some natural way (like OpenId)? I can arrange any kind af data export/import/verification.
Is it possible authorize users in Drupal(7) using other site? I have non-drupal community
Share
There are multiple ways to do this in Drupal. For starters, there are several contrib modules that’ll allow you to use OpenID and other providers for authentication
etc.
An hour-long-dedicated search on Drupal.org will give you several alternatives to choose from.
Besides that, there are also contrib modules for authenticating from several other platforms ranging from the popular to the obscure. For example,
Take your pick!