Hi ,
Can anyone confirm that DOCUMENTUM-CLIENT-TOKEN cookie is set even for inline users (HTTP Basic) and CAS set up is not required for this.
Is there a setting which i am missing. i cannot see the DOCUMENTUM-CLIENT-TOKEN cookie
Below is my curl command .
curl -i 'http://localhost:9090/dctm-rest/repositories/dctmrepo' -u dctmrestuser:password
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: application/vnd.emc.documentum+json;charset=UTF-8
Content-Length: 2327
Date: Tue, 22 Mar 2016 20:05:59 GMT
{"id":326598,"name":"dctmrepo","description":"dctmrepo POC Repository","servers":[{"name":"dctmrepo","host":"xsys001","version":"7.2.0000.0155 Linux64.Oracle","docbroker":"xsys001"}],"links":[{"rel":"self","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo"},{"rel":"http://identifiers.emc.com/linkrel/users","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/users"},{"rel":"http://identifiers.emc.com/linkrel/current-user","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/currentuser"},{"rel":"http://identifiers.emc.com/linkrel/groups","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/groups"},{"rel":"http://identifiers.emc.com/linkrel/cabinets","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/cabinets"},{"rel":"http://identifiers.emc.com/linkrel/formats","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/formats"},{"rel":"http://identifiers.emc.com/linkrel/network-locations","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/network-locations"},{"rel":"http://identifiers.emc.com/linkrel/relations","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/relations"},{"rel":"http://identifiers.emc.com/linkrel/relation-types","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/relation-types"},{"rel":"http://identifiers.emc.com/linkrel/checked-out-objects","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/checked-out-objects"},{"rel":"http://identifiers.emc.com/linkrel/types","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/types"},{"rel":"http://identifiers.emc.com/linkrel/dql","hreftemplate":"http://localhost:9090/dctm-rest/repositories/dctmrepo{?dql,page,items-per-page}"},{"rel":"http://identifiers.emc.com/linkrel/search","hreftemplate":"http://localhost:9090/dctm-rest/repositories/dctmrepo/search{?q,collections,locations,object-type,facet,timezone,inline,page,items-per-page,include-total,sort,view}"},{"rel":"http://identifiers.emc.com/linkrel/batches","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/batches"},{"rel":"http://identifiers.emc.com/linkrel/batch-capabilities","href":"http://localhost:9090/dctm-rest/repositories/dctmrepo/batch-capabilities"}]}