thinkBug v0.16
beta
- Build 2024-01-30
<< Zurück zur Projektauswahl
| Projekt "
OIDplus 2.0
" - im
Besucher-Modus
This bug tracker is deprecated!
If possible, please report bugs via
GitHub
.
Confidential bugs can be submitted via
contact form
.
<< Vorheriger Eintrag
BUG#0000212
Nä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
Betroffene Komponente:
Standard
Betroffene Version:
2.x
Autor:
Gast
Bearbeitet von:
daniel-marschall
Priorität:
Niedrig
Datum:
15. Februar 2021 12:55 Uhr
Bug#:
BUG#0000212
Status:
RESOLVED
Lösung:
INVALID
Aufgabe gelöst seit:
15. Februar 2021
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!
Autor:
daniel-marschall
Datum:
15. Februar 2021 20:15 Uhr
Hello Daniel,
thank you!!!
regards,
Till
Autor:
Gast
Datum:
17. Februar 2021 03:21 Uhr
thinkBug © 2004 - 2025
ViaThinkSoft
thinkBug Logo © 2008
taccon software project
thinkBug v0.16
beta
- Build 2024-01-30