애플리케이션 액세스에서 JWT 토큰 사용하기
Teleport 애플리케이션 액세스에서 JWT 토큰을 인증에 사용하는 방법.
Teleport sends a JWT token signed with Teleport's authority with each request to a target application 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 standar
