Well,
we have just installed JForum with SSO Support. Now we want to pass our customerID to the authenticateUser-method inside our own SSO class for login. We have added the customerID to the link, but authenticateUser-method can not find it.
Both
String customerID = request.getRequest().getParameter("customerID");
and
String customerID = request..getParameter("customerID");
returns null.
What's wrong?
regards
Mike
[originally posted on jforum.net by Anonymous]