Enabling Touch ID authorization for sudo on macOS High Sierra

Make a backup copy of the following file:
/etc/pam.d/sudo

Edit the following file using root privileges:
/etc/pam.d/sudo

Add the following line in the indicated location/as first auth:
auth sufficient pam_tid.so

Save your changes.