edgardmessias / glpi-singlesignon

GNU General Public License v3.0
68 stars 51 forks source link

Error displaying login page glpi 10.0.15 #90

Open dterlizzi opened 4 months ago

dterlizzi commented 4 months ago

On glpi 10.0.15 the login page does not hide the default login and simultaneously displays the provider choice buttons. Do you know how to solve it?

Thank you image

dterlizzi commented 4 months ago

on the current master version File hook.php (line 48), from: $url = PluginSinglesignonToolbox::getCallbackUrl($row['id'], $query); to: $url = PluginSinglesignonToolbox::getCallbackUrl("1", $query);

and it works until waiting for better.