Overview

Test case for normal use of the REST security service authenticate method. 

Assumptions

  • Test harness is called with a run.config having ihtsdo.security.activated=false
  • Test harness is configured to connect to a database having a "demo_lead" map user.

Procedure 1

  • Authenticate "guest" user with "guest" password
    • TEST: authentication is successful and auth token matches username
  • Authenticate "demo_lead" user with any password
    • TEST: authentication is successful and auth token matches username

Expected Runtime

  • < 1 sec

Notes

  • n/a
  • No labels