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

james.michael-hill’s picture

I 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.