Skip to content

Commit ceb8575

Browse files
authored
clean up
1 parent a612232 commit ceb8575

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Namespace: microsoft.graph
1515
Represents a handler that invokes a custom authentication extension API to validate user credentials against a legacy authentication system during the sign-in process. This handler enables Just-In-Time (JIT) migration scenarios where passwords can't be exported from the legacy system.
1616

1717
When triggered, this handler:
18-
1. Checks if the user requires migration based on the specified `migrationPropertyId` custom attribute
18+
1. Checks if the user requires migration based on the specified **migrationPropertyI** custom attribute
1919
2. If migration is needed, calls the configured custom extension API with the user's credentials
2020
3. Upon successful validation, persists the credentials in Microsoft Entra ID and updates the migration status
2121

api-reference/v1.0/toc/toc.mapping.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,8 @@
11301130
"onFraudProtectionLoadStartListener",
11311131
"onInteractiveAuthFlowStartListener",
11321132
"onTokenIssuanceStartListener",
1133-
"onUserCreateStartListener"
1133+
"onUserCreateStartListener",
1134+
"onPasswordSubmitListener"
11341135
]
11351136
},
11361137
{
@@ -1225,7 +1226,8 @@
12251226
"onAttributeCollectionStartCustomExtension",
12261227
"onAttributeCollectionSubmitCustomExtension",
12271228
"onOtpSendCustomExtension",
1228-
"onTokenIssuanceStartCustomExtension"
1229+
"onTokenIssuanceStartCustomExtension",
1230+
"onPasswordSubmitCustomExtension"
12291231
]
12301232
},
12311233
{

concepts/whats-new-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ The API also introduces supporting types including [inheritableScopes](/graph/ap
4949
- Added new authentication event resources to support Just-In-Time (JIT) user migration scenarios from legacy authentication systems:
5050
- Use the [onPasswordSubmitListener](/graph/api/resources/onpasswordsubmitlistener) resource to configure authentication event listeners that trigger during password submission.
5151
- Use the [onPasswordSubmitCustomExtension](/graph/api/resources/onpasswordsubmitcustomextension) resource to configure custom extensions that validate passwords against external legacy authentication systems.
52-
- Use the [onPasswordSubmitHandler](/graph/api/resources/onpasswordsubmithandler) resource as the base type for handlers invoked during password submission events.
53-
- Use the [onPasswordMigrationCustomExtensionHandler](/graph/api/resources/onpasswordmigrationcustomextensionhandler) resource to configure handlers that invoke custom extensions during JIT migration.
5452

5553
### Identity and access | Governance
5654

0 commit comments

Comments
 (0)