Skip to content

Commit

Permalink
more generic recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusmarangoni committed Dec 7, 2017
1 parent ba68e78 commit 1c44500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In most cases, users logging into a remote service is an integral part of the ov
| **4.3** | If stateless token-based authentication is used, the server provides a token that has been signed using a secure algorithm. |||
| **4.4** | The remote endpoint terminates the existing session when the user logs out. |||
| **4.5** | A password policy exists and is enforced at the remote endpoint. |||
| **4.6** | The remote endpoint implements an exponential back-off, or temporarily locks the user account, when incorrect authentication credentials are submitted an excessive number of times. |||
| **4.6** | The remote endpoint implements a mechanism to protect against the submission of credentials an excessive number of times. |||
| **4.7** | Biometric authentication, if any, is not event-bound (i.e. using an API that simply returns "true" or "false"). Instead, it is based on unlocking the keychain/keystore. | ||
| **4.8** | Sessions are invalidated at the remote endpoint after a predefined period of inactivity and access tokens expire. | ||
| **4.9** | A second factor of authentication exists at the remote endpoint and the 2FA requirement is consistently enforced. | ||
Expand Down

0 comments on commit 1c44500

Please sign in to comment.