nathan
13 years agoExecutive
User IP in SSO API call
We are currently trying to resolve the 'IP Comparison Failed' error when administrators log in via SSO. We use the Java SSO API.
We have spoken to Lithium support about it, and this was the response:
"As you can see from the cookie, you're sending us 127.0.0.1 in the cookie so this is why it's failing for you everywhere. Can you please review your implementation and ensure that you're passing us the IP of the person that requested the cookie in the cookie?"
My question for anyone that knows - what API parameter must we set to be the user's IP address? We can't see any parameters on the SSO API that correspond to it.
TIA