Fixing weird phrasing and list issue

This commit is contained in:
Matthew Palko 2021-01-28 15:17:15 -08:00
parent 61f609fb83
commit 9070c026aa
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ For more information read [how provisioning works](hello-how-it-works-provisioni
### Authentication
Authentication using Windows Hello for Business is the goal, and the first step in getting to a passwordless environment. With the device registered, and provisioning complete. Users can sign-in to Windows 10 using biometrics or a PIN. PIN is the most common gesture and is available on most computers and devices. Regardless of the gesture used, authentication occurs using the private portion of the Windows Hello for Business credential. The PIN nor the private portion of the credential are never sent to the identity provider, and the PIN is not stored on the device. It is user provided entropy when performing operations that use the private portion of the credential.
With the device registered and provisioning complete, users can sign-in to Windows 10 using biometrics or a PIN. PIN is the most common gesture and is available on all computers unless restricted by policy requiring a TPM. Regardless of the gesture used, authentication occurs using the private portion of the Windows Hello for Business credential. Neither the PIN nor the private portion of the credential are ever sent to the identity provider, and the PIN is not stored on the device. It is user provided entropy when performing operations that use the private portion of the credential.
Watch Matthew Palko and Ravi Vennapusa explain how Windows Hello for Business authentication works.

View File

@ -45,7 +45,7 @@ There are six major categories you need to consider for a Windows Hello for Busi
- Client
- Management
- Active Directory
-Public Key Infrastructure
- Public Key Infrastructure
- Cloud
### Baseline Prerequisites