Amazon Cognito adds admin API operation to reset user TOTP configurations
Amazon Cognito introduced an admin API to reset users' TOTP MFA configurations, enabling administrators to remove lost device associations and restore access without recreating accounts.
Amazon Cognito has added a new admin API operation, AdminDeleteSoftwareToken, to reset a user’s time-based one-time password (TOTP) multi-factor authentication (MFA) configuration. This feature allows administrators to remove a device association when a user loses access to their TOTP authenticator, such as a smartphone app or hardware token.
The update eliminates the need to recreate user accounts solely to recover access in cases where the original TOTP device is unavailable. Administrators can now maintain MFA enforcement policies while providing a straightforward recovery path for affected users.
The new capability is available in all AWS Regions where Amazon Cognito operates, ensuring consistent functionality across global deployments. Organizations can integrate the AdminDeleteSoftwareToken API into existing workflows using AWS CLI, SDKs, or direct API calls.
To implement this feature, users should refer to the Amazon Cognito developer guide for detailed instructions on using the AdminDeleteSoftwareToken API. The change supports operational continuity for businesses relying on Cognito for secure user authentication.