phpsaml icon indicating copy to clipboard operation
phpsaml copied to clipboard

SAML Token valid, but getting 403 Error when signed in

Open zachk-Syrahealth opened this issue 2 years ago • 2 comments

I am looking at deploying GLPI/PHPSAML for our org, and have configured the SAML tokens in both Azure AD and the admin interface correctly. However upon login after successful routing through azure, i get redirected to a 403 error

Access to {SITE} was denied You don't have the user rights to view this page. HTTP ERROR 403

image

zachk-Syrahealth avatar Oct 13 '23 18:10 zachk-Syrahealth

I have attempted to add inherited access to the directory /glpi/plugins/phpsaml/ to test but it does not change the result, as well as changing the ownership files to the directory similar to the initial install of glpi

zachk-Syrahealth avatar Oct 13 '23 19:10 zachk-Syrahealth

make sure access to the front/acs.php is not restricted by the webserver or .htaccess configuration and the redirect url is configured correctly in the idp.

DonutsNL avatar Dec 26 '23 13:12 DonutsNL