diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-23 17:26:45 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-23 17:26:45 -0600 |
| commit | 2bb5b3ce0e618ab652159b986df252990f3d2f12 (patch) | |
| tree | abecef9153bce0d0787346cb04e373dc107689ad /pkg/authz/id_token.go | |
| parent | 15b1699b0ad27c9fc3aa4498d4085b7338bec95a (diff) | |
feat: delegate to the remote authzd to check if the permission is granted
Diffstat (limited to 'pkg/authz/id_token.go')
| -rw-r--r-- | pkg/authz/id_token.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/authz/id_token.go b/pkg/authz/id_token.go index b647161..ccc96de 100644 --- a/pkg/authz/id_token.go +++ b/pkg/authz/id_token.go @@ -9,7 +9,7 @@ import ( ) type IDToken struct { - Audience []string `json:"aud"` + // Audience []string `json:"aud"` Email string `json:"email"` EmailVerified bool `json:"email_verified"` ExpiredAt int64 `json:"exp"` |
