Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Problem

As described in Increase Password Strength (deprecated as of 12/04/2018), we added throttling on logging in (PLFM-3818to protect our user accounts from being hacked. With this in place, after 10 failed attempts, a user will be locked out for 5 minutes. Now when a hacker attempts to login 10 times on all Synapse accounts every five minutes, all Synapse accounts will be locked.

...

This approach requires all clients to implement the new APIs, cache and provide the cached authenticationReceipt on behalf of the user. 

Models

Image RemovedImage Added

APIs

ActionRequire AuthenticationURIMethodRequest ParamRequest BodyResponse Body
LoginFalse/session2loginPOST V2LoginCredentialsLoginRequestV2SessionLoginResponse

 

See:

Jira Legacy
serverJIRA (sagebionetworks.jira.com)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdba6fb084-9827-3160-8067-8ac7470f78b2
keyPLFM-3824

...