-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
generic type "provider not defined" error #83
Comments
on the current master version (line 42), from:
to:
|
this "fix" doesn't work |
it doesn't work for me either, but as I only have one provider I have replaced $url .= "/provider/1"; and it works until waiting for better |
That's strange for me both solutions are working.
How did you install glpi? I use the docker image diouxx/glpi and there it's working fine with |
I'm accepting pull requests, 😄 |
i wanna use it with generic sso type, configure it, but have en error
Provider not defined.
I've fix
Array to string conversion in /var/www/html/glpi/plugins/singlesignon/inc/toolbox.class.php on line 17
by $url var in toolbox.class.php to
$url .= "/provider/".$id['id'];
, but it still doesn't work , provider uri in developer mode of browser seems to be ok.The text was updated successfully, but these errors were encountered: