Active
Project:
NetForum Authentication
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 16:40 UTC
Updated:
13 Mar 2012 at 13:43 UTC
Checked in netforum_auth_user_editing_redirect() and saw that it was checking the location URL for "netforumondemand.com".
if (netforum_is_team() && stristr($loc, "netforumondemand.com")) {
Something must have changed, our URLs look like netforum.avectra.com/eWeb/DynamicPage.aspx?Site=ABC
Removing this check made SSO work properly. Wondering if anyone else encountered this.
Comments
Comment #1
james.michael-hill commentedI bet someone else has, but this is the first I've heard of it. The intention there is to only go through special handling for links to netforum which is why it is checking for it and if your URLs are of the format netforum.avectra.com then it should definitely be updated to look for that.