-
API story regarding permissions
VERSION: 10.5 Situation: • Intranet with User credentials to “See” contents in the whole environment asks Content Server (CS) for a specific list of documents to display in the intranet • User can see the entire returned list and can click a specific document in order to open the overview page within CS • Therefore User…
-
How to validate if REST API is successfully deployed on content server
Hi I am very new to the REST API & AppWorks arena. I have installed CS 10.5 on Windows 2008 & would like validate if REST API is successfully deployed. Also, what significance does jQuery.js file play in-terms authenticating, adding documents to content server using REST API's. In theory does REST API & jQuery always go…
-
The Parameter is incorrect
I have configured the content web service on our server. I can browse the svc such as authentication.svc through the URL, it return the correct content. But when I call the content web service from my .Net application to do authentication, the parameter is incorrect is thrown as below. Would everyone have such experience,…
-
OTDS SSO through kerberos authentication
Hello, I have a custom authenticator for Portal Application which uses OTDS REST api to provide SSO and login to the portlets seamlessly(which is working fine) When the authentication happens via kerberos which is by default enabled on OTDS Login Page, I get a different OTDSTicket(starts with ver2) which seems to be…
-
REST API for downloading multiple documents
Is it possible to download multiple documents in a single REST Web service call. I wanted to return streams of files in a socket so at client side we will use some metadata information as identifier for differentiating the files. This is the unimplemented logic i have as of now, Please correct me if this logic is wrong.…
-
Authenticate with REST API with CS and OTDS
Hello, Is it possible to authenticate with REST API to CS which has OTDS authentication enabled? And is it possible to authenticate users without providing credentials when SSO is available with OTDS? I've read in another post that REST url should have anonymous authentication set on web server however i don't see how it…
-
CS UI Widget examples
Hi, I've loaded the CS UI Widget module, and I got the one example that was given to work (I had to add the supportPath to the connection, but that's another posting). Does anyone have an example of using the various models and views in a UI? I understand that CS UI is built on backbone.js, but I'd love to see an example…
-
Set a CS10.5 checkbox attribute via REST
Hi, I'm trying to set category values via REST and can set a text field but another attribute is a checkbox but I get the error: "The data type is not compatible." When I look at the GET /nodes/{id}/categories/{category_id} it is coming back as true. So on the PUT /nodes/{id}/categories/{category_id}/ I've tried setting it…