By: Pallavi Pipalwa user 11 Feb 2021 at 9:02 a.m. CST

1 Response
Pallavi Pipalwa gravatar
We are using the docker edition of Gluu server 4.2.0 We have implemented the Twilio SMS Authentication on Login and want to get the IP address of the client from where the login request was made and send it along with the SMS code. We have the upgraded version of twilio. I noticed that the client IP is present in nginx container, is there a way of getting it in the twilio sms script in the oxauth container?

By Michael Schwartz Account Admin 15 Feb 2021 at 8:53 p.m. CST

Michael Schwartz gravatar
It's in the HTTP request object. We can look for an example in some of the other scripts.