ViaThinkSoft thinkBug  thinkBug v0.16 beta - Build 2024-01-30
<< Zurück zur Projektauswahl | Projekt "OIDplus 2.0" - im Besucher-Modus


<< Vorheriger EintragBUG#0000212Nächster Eintrag >>
Bugreport: OIDplus::webpath() / Login using google
Text / Beschreibung:

Hi,
after update the login via google plugin produced invalid redirect_uri urls.

To dirty quick fix the problem I had

OIDplus::webpath(__DIR__,false).'oauth.php'

change to

'https://'.$_SERVER['SERVER_NAME'].'/'.str_replace('https:/', '', OIDplus::webpath(__DIR__,false).'oauth.php')

regards
Till

Insgesamt 2 Antwort(en) vorhanden.
Hello,

The problem is that your base configuration "EXPLICIT_ABSOLUTE_SYSTEM_URL" is set to "https://".
Therefore, webpath() gets confused because it is an invalid domain

I hope this helps!

Hello Daniel,
thank you!!!
regards,
Till




thinkBug © 2004 - 2024 ViaThinkSoft
thinkBug Logo © 2008 taccon software project
thinkBug v0.16 beta - Build 2024-01-30