From ad895404045ce4985d91761e51b591aa54506843 Mon Sep 17 00:00:00 2001 From: Guillaume Charbonnier Date: Wed, 25 Oct 2023 20:43:13 +0200 Subject: [PATCH] [FEAT] added server_name field in ClientTLS auth request claims --- v2/authorization_claims.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/authorization_claims.go b/v2/authorization_claims.go index fccdcf2..9e18393 100644 --- a/v2/authorization_claims.go +++ b/v2/authorization_claims.go @@ -70,6 +70,7 @@ type ClientTLS struct { Cipher string `json:"cipher,omitempty"` Certs StringList `json:"certs,omitempty"` VerifiedChains []StringList `json:"verified_chains,omitempty"` + ServerName string `json:"server_name,omitempty"` } // AuthorizationRequest represents all the information we know about the client that