-
Retrieve SAML assertion using OTDS
We are trying to implement SAML Authentication with OTDS 10.5 in our environment After performing the steps in “section 8.1.4: Configuration and Use of SAML Authentication” of the OTDS Installation and Administration guide, we are able to successfully login to the SAML Identity provider and get an OTDSTicket. Now we would…
-
Getting otdsticket from OTAG application
Hello, How can I get access to the otdsticket from a mobile app in OTAG? or, alternatively, how can I get it using the otag-server-common.jar library in my tomcat/lib directory? I don't want to provide credentials for it, I would like to use the otagtoken instead. Thank you for your help.
-
Has the REST API been vetted?
Has the REST API gone under and passed any kind of security certifications?
-
REST API - Find and browse the current users favourites folder
Hi, I am using the REST API 1.1 and need to find the current users favourites folder ID, so I can browse the files/folders it contains. Any ideas, I feel like I have looked everywhere, but no luck. Many thanks, Rob.
-
CS10.5 Rest API Errors
Hello, I am working on creating AWG application using Java and CS10.5 REST api. I am new to REST API. While authenticating CS10.5 User from Java code using REST API I am getting error. So I wanted to check Rest API methods input and their response. SO I used Postman REST Client in chrome. While trying Rest APi…
-
Successful login and browse, but receiving 401 on folder create attempt - Unauthorized: Access is de
I'm able to log in and browse a folder, but when I try to create folder in the folder I just browsed, I get a 401-Unauthorized response: Access is denied due to invalid credentials. I tried while logged in as myself with all Access writes checked and applied to "This Item & Sub-Items". I've also tried as user with the same…
-
Kicking off a workflow with the REST API
Is it possible to kick off a workflow with a REST API call?
-
How do you upload a document with a REST API call?
Assuming it's possible, is there an example of uploading a file using a REST API call? The closest I've found is the DEMO, but that is using Apache Cordova to build a mobile app. I would image using an AJAX call to /api/v1/nodes with a method of POST and a content-type of "multipart/form-data". But what parameter holds the…
-
OTAG 1.2.1, OTDS 10.5 and CS10.5 settings to access CS10 demo app
Hello I have installed AWG 1.2.1 along with CS10.5 & OTDS 10.5 on server. As per AWG Installation guide it is mentioned that if you are using Internal Authentication and not OTDS then only you have to create below entry into Server.xml Initially I was not able to login and create trusted url using "otadmin@otds.admin"…