author: justinha
27 August: native-authentication tutorials gain concrete React steps; other updates are documentation-led
The period is dominated by four documentation updates rather than evidenced product releases. Two Entra ID native-authentication tutorials provide specific React implementation instructions for reset-password and sign-up one-time-passcode flows, while ID Governance documentation describes My Access approval delegation. The Mandatory Multifactor Authentication page was updated, but the supplied evidence gives no content delta, so no enforcement or rollout change can be concluded. No item is marked new or removed, and no Message Center change is supplied.
- Entra ID native authentication: reset-password React walkthrough
Entra ID · Authentication
The updated tutorial directs implementers to create reset-password/components/NewPasswordForm.tsx and paste the linked sample code; the component collects a user’s new password. This is a concrete sample and tutorial instruction, with no evidence of a service-side behavior or availability change.
- Entra ID native authentication: sign-up one-time-passcode form
Entra ID · Authentication
The sign-up tutorial directs implementers to create sign-up/components/CodeForm.tsx and paste sample code for a form that collects the one-time passcode sent to the user. The supplied text says this form is needed for both email-with-password and email-with-one-time-passcode methods; it does not state a tenant configuration change or release status.
- ID Governance: My Access approval delegation documented
ID Governance · Governance
The updated documentation describes approval delegation: an approver can assign another individual to respond to access package approval requests when the approver is unavailable. The evidence supports a workflow clarification, not a claim that the capability is newly released, in preview, or generally available.
- Entra ID Mandatory Multifactor Authentication: content change not specified
Entra ID · Authentication
The page is marked updated, but the supplied summary contains only an author attribution and no changed guidance. The record therefore cannot establish a change to MFA policy, enforcement, security posture, or rollout plans.
This period briefing was generated by AI from the tracked Microsoft Learn and Message Center changes.
4 updates
Microsoft Entra ID
3 updates1. Create *reset-password/components/NewPasswordForm.tsx* file, then paste the code from [reset-password/components/NewPasswordForm.tsx](https://github.com/Azure-Samples/ms-identity-ciam-native-javascript-samples/blob/main/typescript/native-auth/react-nextjs-sample/src/app/reset-password/components/NewPasswordForm.tsx). This component displays a form that collects a user's new password.
1. Create a *sign-up/components/CodeForm.tsx* file, then paste the code from [sign-up/components/CodeForm.tsx](https://github.com/Azure-Samples/ms-identity-ciam-native-javascript-samples/blob/main/typescript/native-auth/react-nextjs-sample/src/app/sign-up/components/CodeForm.tsx). This component displays a form that collects a one-time passcode sent to the user. You require this form for either email with password or email with one-time passcode authentication method.
Microsoft Entra ID Governance
1 updateDelegate Approvals My Access
UpdatedApproval delegation in My Access allows approvers to assign another individual to respond to access package approval requests on their behalf. This feature helps maintain productivity when approvers are unavailable due to leave, travel, or other commitments.
