We are trying to configure SSO using Kerberos in Documentum REST 7.3 and have followed the steps listed in the REST 7.3 Development Guide. In order to validate whether SSO is working or not, I am referring to the below excerpt from the Dev guide

As mentioned in Step1, I am calling a URL http://myserver/dctm-rest/repositories/myrepo/currentuser.xml using a REST client. This gives me a ‘401 Unauthorized’ along with ‘WWW-Authenticate: Negotiate’, as mentioned in Step 2. This is how the response from Step1 looks like -

Now, in Step3, the ask is to call the same URL again with Authorization as Negotiate and some token. My question is how to get this token that needs to be passed as part of Authorization Header? Is this something that is expected to be returned in the Step1 response?
Regards
Anshul