We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e947657 + e5915a4 commit e847125Copy full SHA for e847125
Topcoder/class.topcoder.plugin.php
@@ -105,7 +105,7 @@ public function setup() {
105
$signInUrl = getenv('TOPCODER_PLUGIN_SIGNIN_URL');
106
$signOutUrl = getenv('TOPCODER_PLUGIN_SIGNOUT_URL');
107
if($signInUrl === false) {
108
- $signInUrl =$topcoderSSOAuth0Url.'?retUrl='.urlencode('https://'.$_SERVER['SERVER_NAME'].'/');
+ $signInUrl =$topcoderSSOAuth0Url.'?retUrl={target}';
109
}
110
if($signOutUrl === false) {
111
$signOutUrl =$topcoderSSOAuth0Url.'?logout=true&retUrl='.urlencode('https://'.$_SERVER['SERVER_NAME'].'/');
0 commit comments