Hello,
I'm trying to do the following:
1) user is authenticated and authorized by Apache
2) Apache uses fcgi and php-fpm to run EspoCRM, it passes Authorization header to EspoCRM
3) EspoCRM "user" table contains all valid users (without passwords)
4) I've added "External" authorization module, that looks up user by name passed to "login" method, without password check.
The problem is that it doesn't actually work - External module is called, user is found and returned from its "login" method, but browser still shows "login" screen.
There are no errors in log.
What do I miss?
Thanks!
I'm trying to do the following:
1) user is authenticated and authorized by Apache
2) Apache uses fcgi and php-fpm to run EspoCRM, it passes Authorization header to EspoCRM
3) EspoCRM "user" table contains all valid users (without passwords)
4) I've added "External" authorization module, that looks up user by name passed to "login" method, without password check.
The problem is that it doesn't actually work - External module is called, user is found and returned from its "login" method, but browser still shows "login" screen.
There are no errors in log.
What do I miss?
Thanks!
Comment