pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
869 stars 289 forks source link

auth.remote missing login.php #1424

Open jakejcheng opened 6 years ago

jakejcheng commented 6 years ago

In slave mode, the login dialog is not displayed in AJXP. If the user directly go to the main page, (s)he's redirected to the LOGIN_URL. The logout button isn't displayed either, a back button linking to LOGOUT_URL is used instead. * The user will log in on the remote site, and the remote script will call us, as GET ajxpPath/plugins/auth.remote/login.php?object=&key=MD5(object.SECRET)

I don't see the login.php file it mentioned. So where exactly do I make the GET call to after authentication?