Skip to content

Commit

Permalink
Update 0x09-V4-Authentication_and_Session_Management_Requirements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven authored Aug 16, 2017
1 parent 2c11981 commit 5879bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In most cases, users logging into a remote service is an integral part of the ov
| **4.1** | If the app provides users access to a remote service, some form of authentication, such as username/password authentication, is performed at the remote endpoint. |||
| **4.2** | If stateful session management is used, the remote endpoint uses randomly generated session identifiers to authenticate client requests without sending the user's credentials. |||
| **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 stateful session or invalidates the stateless session token when the user logs out. |||
| **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.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. | ||
Expand Down

0 comments on commit 5879bb6

Please sign in to comment.