Skip to content

Commit dd492f0

Browse files
committed
sidecar: gofmt -s callback.go (CI was rejecting the allowed-claims map alignment)
1 parent 7f8045d commit dd492f0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

sidecar/internal/as/callback.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ func HandleCallback(s *store.Store, oidcMgr *oidc.Manager, cipher *crypto.Cipher
8282
// (at_hash, azp, nonce, auth_time, sub) so the minted token doesn't look
8383
// like an ID Token to RFC 9068-aware clients.
8484
allowed := map[string]bool{
85-
"email": true,
86-
"email_verified": true,
87-
"name": true,
88-
"given_name": true,
89-
"family_name": true,
90-
"picture": true,
91-
"locale": true,
92-
"hd": true,
85+
"email": true,
86+
"email_verified": true,
87+
"name": true,
88+
"given_name": true,
89+
"family_name": true,
90+
"picture": true,
91+
"locale": true,
92+
"hd": true,
9393
"preferred_username": true,
9494
}
9595
for k := range userClaims {

0 commit comments

Comments
 (0)