We have two OEM licenses
One is on our test server and everything works fine.
The SSO Server URL there is set to
https://testb.verifacto.com/vf4_shem/client/web/index.php?r=sso/index
On my local Virtual machine it is set to
http://localhost/vf4_shem/client/web/index.php?r=sso/index
All the settings seem to be taken care of including $mydbr_defaults['logout']['url']
Yet, when I login to my application and cause it to make a report request to mydbr, our SSO handler file is not being executed.
(I have used both an IDE debugger and a file_put_contents to verify this).
Please note: The report is indeed being retrieved. It's just not doing an SSO login first.
Can you please help me understand why and what I need to do to fix this?
Thanks in advance.