MCP 서버에 대한 이그레스 JWT 인증
MCP 서버 인증에 Teleport JWT를 사용하는 방법
Teleport sends a JWT token signed with Teleport's authority with each request to a target MCP server in a Teleport-Jwt-Assertion header. You can use the JWT token to get information about the authenticated Teleport user, its roles, and its traits. This allows you to: Map Teleport identity/roles/traits onto the identity/roles/traits of your web application. Trust Teleport identity to automatically sign in users into your application. Introduction to JWTs # JSON Web Token (JWT) is an open standard
