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

SSO Type Generic still do not work .. #78

Open
NoCoker opened this issue Nov 12, 2023 · 2 comments
Open

SSO Type Generic still do not work .. #78

NoCoker opened this issue Nov 12, 2023 · 2 comments

Comments

@NoCoker
Copy link

NoCoker commented Nov 12, 2023

GLPI 10.0.10 with latest Plugin from last night! 11.11.2023
I use SSO Type Generic

On Config page i get a https://glpi.xxxx.cloud/plugins/singlesignon/front/provider.form.php?id=1
Warning: Trying to access array offset on value of type int in /var/www/plugins/singlesignon/inc/toolbox.class.php on line 42
42: $url .= "/provider/".$row['id'];

Login Button is displayed but after clicking got:
Provider not defined.
Return to previous page

@NoCoker
Copy link
Author

NoCoker commented Nov 12, 2023

If i change inc/toolbox.class.php on line 42 to: $url .= "/provider/".$row;
the latest version works for me again!

@certor3000
Copy link

Hello,
I have the same problems, and tested $url .= "/provider/".$row; on inc/toolbox.class.php. This doesn't exatly work, because it logs whith superadmin glpi account all time.

Do you have other solution ?

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