Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
modified proxy connect to support json, how to do a push request?
eleith
New
i don't see proxy connect sso (formerly just sso) plugin on github, so i'm doing a push request here.
i like the json encoding of the previous SSO, so i restored it into proxy connect. the change is as follows
change this line
i like the json encoding of the previous SSO, so i restored it into proxy connect. the change is as follows
change this line
to
$Result = @parse_ini_string($Response);
if(Gdn::Config('Garden.Authenticators.proxy.Encoding', 'ini') == 'json')
$Result = @json_decode($Response, TRUE);
else
$Result = @parse_ini_string($Response);
0
Comments
FYI: New ProxyConnect version (1.4) incoming today with better Wordpress support and a couple of URL formatting niceties.
Vanilla Forums COO [GitHub, Twitter, About.me]