Skip to content

Commit 43006df

Browse files
committed
add debug log
1 parent 809f0dc commit 43006df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pro/auth/azure-ad.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func checkDeviceClaims(rawIDToken string) error {
350350
hasDeviceClaims := false
351351
deviceID := ""
352352
deviceRegStatus := ""
353-
353+
fmt.Printf("==> DEVICE CLAIMS: %+v\n", claims)
354354
// Extract device information from claims
355355
if val, exists := claims["deviceid"]; exists && val != nil {
356356
deviceID = fmt.Sprintf("%v", val)

0 commit comments

Comments
 (0)