Skip to content

Commit 2ac84ef

Browse files
Update beta authenticationMethodsRegistrationCampaignIncludeTarget to allow Fido2 for targetedAuthenticationMethod (#9890)
* Update beta file, add changelog entry, and update What's New for targetedAuthenticationMethod Fido2 support Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/sessions/6eb35719-ea81-4a63-9c13-1d9ac1b0a8bf Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Update whats-new-overview.md * Add changelog --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
1 parent 3417bd9 commit 2ac84ef

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

api-reference/beta/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
@@ -21,7 +21,7 @@ Represents the users and groups that are targeted for [authentication method reg
2121
|Property|Type|Description|
2222
|:---|:---|:---|
2323
|id|String|The object identifier of a Microsoft Entra user or group.|
24-
|targetedAuthenticationMethod|String|The authentication method that the user is prompted to register. The value must be `microsoftAuthenticator`.|
24+
|targetedAuthenticationMethod|String|The authentication method that the user is prompted to register. The value can be `Fido2` or `microsoftAuthenticator`.|
2525
|targetType|authenticationMethodTargetType|The type of the authentication method target. The possible values are: `user`, `group`, `unknownFutureValue`.|
2626

2727
## Relationships

changelog/Microsoft.AuthenticationMethodsPolicy.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "a38378c7-f9c4-4995-9869-d664e67c082c",
7+
"ApiChange": "Property",
8+
"ChangedApiName": "targetedAuthenticationMethod",
9+
"ChangeType": "Change",
10+
"Description": "Updated the **targetedAuthenticationMethod** property of the [authenticationMethodsRegistrationCampaignIncludeTarget](https://learn.microsoft.com/en-us/graph/api/resources/authenticationmethodsregistrationcampaignincludetarget?view=graph-rest-beta) resource to support `Fido2` in addition to `microsoftAuthenticator`. Organizations can now use registration campaigns to nudge users to register and sign in with phishing-resistant passkeys (FIDO2).",
11+
"Target": "authenticationMethodsRegistrationCampaignIncludeTarget"
12+
}
13+
],
14+
"Id": "a38378c7-f9c4-4995-9869-d664e67c082c",
15+
"Cloud": "Prod",
16+
"Version": "beta",
17+
"CreatedDateTime": "2026-05-21T09:35:24.0000000Z",
18+
"WorkloadArea": "Identity and access",
19+
"SubArea": "Identity and sign-in"
20+
},
321
{
422
"ChangeList": [
523
{

concepts/whats-new-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Use the [deviceRegistrationPolicy](/graph/api/resources/deviceregistrationpolicy
4444
- Enhanced the [x509CertificateAuthenticationMethodConfiguration](/graph/api/resources/x509certificateauthenticationmethodconfiguration) resource type with the following capabilities for certificate-based authentication (CBA):
4545
- Scoping CBA to specific certificate authorities and restrict which groups of users can authenticate using certificates from those CAs.
4646
- Controlling whether issuer hints are sent to the client to filter the certificates shown in the certificate picker.
47+
- Updated the **targetedAuthenticationMethod** property of the [authenticationMethodsRegistrationCampaignIncludeTarget](/graph/api/resources/authenticationmethodsregistrationcampaignincludetarget) resource to support `Fido2` in addition to `microsoftAuthenticator` for authentication method registration campaigns. Organizations can now use registration campaigns to nudge users to register and sign in with phishing-resistant passkeys (FIDO2).
4748

4849
### Mailbox import and export
4950

@@ -82,6 +83,7 @@ Added the [approverDelegate](/graph/api/resources/approverdelegate?view=graph-re
8283
- Added the **blueprintId** and **source** agent-descriptive properties to [agentRiskDetection](/graph/api/resources/agentriskdetection?view=graph-rest-beta&preserve-view=true) and [riskyAgent](/graph/api/resources/riskyagent?view=graph-rest-beta&preserve-view=true) resources.
8384
- Added the [onVerifiedIdClaimValidationCustomExtension](/graph/api/resources/onverifiedidclaimvalidationcustomextension?view=graph-rest-beta&preserve-view=true) and [onVerifiedIdClaimValidationListener](/graph/api/resources/onverifiedidclaimvalidationlistener?view=graph-rest-beta&preserve-view=true) resource types and associated methods to support custom logic for claim validation from Verified ID credential presentations during authentication flows through Microsoft Entra custom authentication extensions in External ID.
8485
- Added support for Microsoft 365 cross-tenant access policy capabilities that allow administrators to control access to Microsoft 365 resources and data when collaborating with external organizations. Use the [crossTenantAccessPolicyConfigurationDefault](/graph/api/resources/crosstenantaccesspolicyconfigurationdefault?view=graph-rest-beta&preserve-view=true) and [crossTenantAccessPolicyConfigurationPartner](/graph/api/resources/crosstenantaccesspolicyconfigurationpartner?view=graph-rest-beta&preserve-view=true) resources with the new **m365Capabilities** relationship to manage capabilities including profile sharing, calendar sharing, migration, mail tips, and Places booking across organizational boundaries.
86+
- Updated the **targetedAuthenticationMethod** property of the [authenticationMethodsRegistrationCampaignIncludeTarget](/graph/api/resources/authenticationmethodsregistrationcampaignincludetarget?view=graph-rest-beta&preserve-view=true) resource to support `Fido2` in addition to `microsoftAuthenticator` for authentication method registration campaigns. Organizations can now use registration campaigns to nudge users to register and sign in with phishing-resistant passkeys (FIDO2).
8587

8688
### People and workplace intelligence | People admin settings
8789

0 commit comments

Comments
 (0)