Is it possible to see the client IP when using custom domains?

When using custom domains, the CDN serves as a reverse proxy, meaning that the client IP is obscured and instead Auth0 sees the requests as coming from the CDN egress IP.

Is it possible to forward the original client IP so it can be logged and used for IP whitelisting decisions?

https://auth0.com/docs/api/management/v2/custom-domains/patch-custom-domains-by-id

Use this param here:
custom_client_ip_header

Hi @dag,

Thank you for sharing the solution with the rest of the community! Team work :handshake:

Thanks
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.