Skip to content

Commit 3417bd9

Browse files
authored
Modify targetedAuthenticationMethod options (#9887)
Updated the targetedAuthenticationMethod property to allow 'Fido2' as a valid option in addition to 'microsoftAuthenticator'.
1 parent 9d5f4c5 commit 3417bd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api-reference/v1.0/resources/authenticationmethodsregistrationcampaignincludetarget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: intelligentaccesspm
66
ms.localizationpriority: medium
77
ms.subservice: "entra-sign-in"
88
doc_type: resourcePageType
9-
ms.date: 07/22/2024
9+
ms.date: 05/06/2026
1010
---
1111

1212
# authenticationMethodsRegistrationCampaignIncludeTarget resource type
@@ -19,7 +19,7 @@ Represents the users and groups that are targeted for [authentication method reg
1919
|Property|Type|Description|
2020
|:---|:---|:---|
2121
|id|String|The object identifier of a Microsoft Entra user or group.|
22-
|targetedAuthenticationMethod|String|The authentication method that the user is prompted to register. The value must be `microsoftAuthenticator`.|
22+
|targetedAuthenticationMethod|String|The authentication method that the user is prompted to register. The value can be `Fido2` or `microsoftAuthenticator`.|
2323
|targetType|authenticationMethodTargetType|The type of the authentication method target. The possible values are: `user`, `group`, `unknownFutureValue`.|
2424

2525
## Relationships

0 commit comments

Comments
 (0)