Skip to content

Commit a58e216

Browse files
committed
Adding log for userhandle
1 parent 3867092 commit a58e216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/com/microsoft/identity/common/internal/fido/WebAuthnJsonUtil.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class WebAuthnJsonUtil {
9797
if (authResponseJsonObject.isNull(WEBAUTHN_RESPONSE_USER_HANDLE_JSON_KEY)) {
9898
Logger.info(methodTag, "UserHandle not found in assertion response.")
9999
} else {
100+
Logger.info(methodTag, "UserHandle was included in assertion response.")
100101
assertionResult.put(
101102
WEBAUTHN_RESPONSE_USER_HANDLE_JSON_KEY, authResponseJsonObject.get(
102103
WEBAUTHN_RESPONSE_USER_HANDLE_JSON_KEY

0 commit comments

Comments
 (0)