Feature Pack 7

LTPAIdentityHandler

This class provides RESTful services to login and logout a registered user using an LTPA token. It performs the service by delegating to the Person BOD service.

Method Name HTTP Method URL Query Parameters Description Authentication Example
authenticate POST store/{storeId}/ltpaidentity/ responseFormat={responseFormat} Authenticates a user using an LTPA token. Yes,HTTPS Sample
logout DELETE store/{storeId}/ltpaidentity/@self responseFormat={responseFormat} Logs out the user. Yes,HTTPS Sample