Hello,
we had an application that calls the REST API 2.0 using Basic Auth. Now want to move to CA Certificate approach to get the Auth Token but we get 401 error.
we took as a reference the instructions in link below:
https://community.anaplan.com/t5/Best-Practices/Generating-Authentication-Strings-for-Using-CA-Certificates-with/ta-p/53403
we have the crt and key files.
has anyone done it in .net?
Thanks!