Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

Get the Authentication Cookie and Informatica CSRF Token

Get the Authentication Cookie and Informatica CSRF Token

The following example shows how to get the authentication cookie and the Informatica CSRF Token (ICT):
POST: https://<host>:<port>/cmx/auth/<database ID> Authorization: No Auth Body: {​ "username" : "admin", "password" : {​ "encrypted" : false, "password" : "admin" }​, "userInfo" : {​ "sessionTimeout":300, "role":"Manager" }​ }​
The following example shows how the ICT appears in the header:
ICT: 0ffa3b95c67e111b9c14c140a70273a15db266993d0c763d555135de4c4d6110
The following example shows the vppOTOhJLKMjYJf7Diil authentication cookie value in the response:
Name: mdmsessionid Value: vppOTOhJLKMjYJf7Diil Domain: 10.xx.xx.xx Path: /cmx Expires: Session HttpOnly: true Secure: false

0 COMMENTS

We’d like to hear from you!