Question about passwordless phone sign-in credential in Audit-MFAChangesforPrivlegedUsers.kql #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello, I have found the event
OperationName == "Add passwordless phone sign-in credential"
.In my case I was not able to associate this event the other events that appear in this query, like for example
User registered security info
.Additionally I only found a
Update user
event where the propertySearchableDeviceKey
is modified.But, for the specific account of this event, the portal "Authentication methods" > "User registration details" shows "Microsoft Passwordless phone sign-in" as "Methods Registered".
Please, I wanted to know if you observe the event
Add passwordless phone sign-in credential
to go associated with another event like "... security info", or if, on the contrary, the eventOperationName == "Add passwordless phone sign-in credential"
should be added to a query like this one, to check MFA changes.