Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
ms.date: 07/22/2024
ms.date: 05/06/2026
---

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

## Relationships
Expand Down
18 changes: 18 additions & 0 deletions changelog/Microsoft.AuthenticationMethodsPolicy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"changelog": [
{
"ChangeList": [
{
"Id": "a38378c7-f9c4-4995-9869-d664e67c082c",
"ApiChange": "Property",
"ChangedApiName": "targetedAuthenticationMethod",
"ChangeType": "Change",
"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).",
"Target": "authenticationMethodsRegistrationCampaignIncludeTarget"
}
],
"Id": "a38378c7-f9c4-4995-9869-d664e67c082c",
"Cloud": "Prod",
"Version": "beta",
"CreatedDateTime": "2026-05-21T09:35:24.0000000Z",
"WorkloadArea": "Identity and access",
"SubArea": "Identity and sign-in"
},
{
"ChangeList": [
{
Expand Down
2 changes: 2 additions & 0 deletions concepts/whats-new-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Use the [deviceRegistrationPolicy](/graph/api/resources/deviceregistrationpolicy

- Added the [onVerifiedIdClaimValidationCustomExtension](/graph/api/resources/onverifiedidclaimvalidationcustomextension) and [onVerifiedIdClaimValidationListener](/graph/api/resources/onverifiedidclaimvalidationlistener) 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.
- Added claim validation and match-confidence capabilities to [Verified ID profiles](/graph/api/resources/verifiedidprofile), enabling stronger claim verification and more flexible matching.
Comment thread
FaithOmbongi marked this conversation as resolved.
- 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).

## May 2026: New in preview only

Expand All @@ -42,6 +43,7 @@ Use the new Copilot change notifications API for meetings AI insights to subscri

### Identity and access | Identity and sign-in

- 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).
- 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.
- 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.

Expand Down