Hi,
Is it possible to set the allowed IP ranges for an IP Authentication connection, via the management API?
Thanks
Rob
Hi,
Is it possible to set the allowed IP ranges for an IP Authentication connection, via the management API?
Thanks
Rob
Have you tried going to Connections
> Enterprise
> IP Address Authentication
> Settings
> IP range
.
Not sure thatâs exactly what youâve asked but itâs the closest we offer given the description youâve given.
Let me know how that goes, please.
Hi @lobo,
Iâm looking at doing this via the api (the management API) as itâs something weâd need to update fairly frequently and it shouldnât require human intervention.
Thanks
Rob
Hi @robertbcurtis , thanks for the details.
It cannot be used in production yet, itâs on BETA. Might release it before mid2018, but still not a defined ETA. Only accounts marked as development
can use it.
This seems to be possible now. I was able to add an IP connection on a âproductionâ tenant using the below test in Postman.
Which created:
I also found that the only way the IP authentication actually works is if you only store the CIDR range format of the IP, i.e. â1.2.3.4/32â.
Hope that helps!