Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error displaying login page glpi 10.0.15 #90

Closed
dterlizzi opened this issue May 2, 2024 · 2 comments
Closed

Error displaying login page glpi 10.0.15 #90

dterlizzi opened this issue May 2, 2024 · 2 comments

Comments

@dterlizzi
Copy link

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
Copy link
Author

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.

@dterlizzi dterlizzi reopened this May 2, 2024
@eduardomozart
Copy link
Collaborator

I wasn't able to reproduce this issue on GLPI 10.0.18-dev (nightly build), if the problem persists please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants