We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809f0dc commit 43006dfCopy full SHA for 43006df
pro/auth/azure-ad.go
@@ -350,7 +350,7 @@ func checkDeviceClaims(rawIDToken string) error {
350
hasDeviceClaims := false
351
deviceID := ""
352
deviceRegStatus := ""
353
-
+ fmt.Printf("==> DEVICE CLAIMS: %+v\n", claims)
354
// Extract device information from claims
355
if val, exists := claims["deviceid"]; exists && val != nil {
356
deviceID = fmt.Sprintf("%v", val)
0 commit comments