backdrop-contrib / simplesamlphp_auth

Support SAML for authentication of users. The module will auto-provision user accounts and dynamically assign roles in Backdrop CMS if you want it to.
https://backdropcms.org/project/simplesamlphp_auth
GNU General Public License v2.0
2 stars 3 forks source link

Call to undefined function `user_external_login_register()` #34

Closed argiepiano closed 1 year ago

argiepiano commented 1 year ago

While porting and testing the module backdropauth4ssp (in D7 it's called drupalauth4ssp) I ran into this error.

The problem is that simplesamlphp_auth_init() is still calling user_external_login_register(), which doesn't exist anymore. Currently, this function exists in the submodule authmap and is called authmap_external_login_register().

laryn commented 1 year ago

Thank you @argiepiano!