Skip to content

Commit 5e8298e

Browse files
authored
Merge pull request #63 from topcoder-platform/issues-60
Remove spaces from VALID_ISSUERS
2 parents 35c4cf9 + c94e61c commit 5e8298e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/vanilla/bootstrap.early.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
saveToConfig('Plugins.Topcoder.MemberProfileURL', getenv('TOPCODER_PLUGIN_MEMBER_PROFILE_URL'),false);
3636
saveToConfig('Plugins.Topcoder.UseTopcoderAuthToken', getenv('TOPCODER_PLUGIN_USE_AUTH_TOKEN'),false);
3737

38-
saveToConfig('Plugins.Topcoder.ValidIssuers', str_replace(["[", "]", "\\", "\""], '', getenv('VALID_ISSUERS')));
38+
saveToConfig('Plugins.Topcoder.ValidIssuers', str_replace(["[", "]", "\\", "\"", " "], '', getenv('VALID_ISSUERS')));
3939

4040
//Add settings for Topcoder M2M Auth0
4141
saveToConfig('Plugins.Topcoder.M2M.Auth0Audience','https://m2m.topcoder-dev.com/'); // getenv('AUTH0_AUDIENCE')

0 commit comments

Comments
 (0)