--- title: "Forwarded Headers" description: "Learn how Pangolin forwards user identity information to your backend applications through HTTP headers" --- Pangolin can forward user identity information to your backend applications through custom HTTP headers. This allows your applications to receive user details directly from the request headers, enabling integration with Pangolin's authentication system. Forwarded headers are only available when using authentication methods that provide user identity information. ## Supported Headers Pangolin forwards the following headers to your backend when user identity is available: | Header | Description | Example | |--------|-------------|---------| | `Remote-User` | Unique username or user ID | `user_123` | | `Remote-Email` | User's email address | `john.doe@example.com` | | `Remote-Name` | User's full name | `John Doe` | | `Remote-Role` | User's role or group membership | `admin` | ## Authentication Methods ### Headers Available These authentication methods provide user identity information and will include the forwarded headers: Full user identity information including username, email, and name. ### Headers Not Available These authentication methods do not provide user identity information: No user identity - only access control. No user identity - only access control. No user identity - only access control.