Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
TelePresence Exchange (CTX) Developer Center
Overview
Documentation
Community
Everything
This Site
Blogs
Showing 0 results.
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to - General Discussion -
RE: Authentication
Threads [
Previous
|
Next
]
Kulai Bhandary
Posts:
5
Join Date:
3/1/11
Recent Posts
Authentication
authentication
Answer
3/3/11 8:25 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
What method of authentication is used with the APIs?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
John Yontz
Posts:
46
Join Date:
6/9/10
Recent Posts
RE: Authentication
Answer
3/3/11 8:41 PM as a reply to Kulai Bhandary.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The CTX APIs use basic HTTP authentication with base64 encoding. This requires a user name and password to be submitted with each API request. The client proxy framework (e.g. Axis) should have a simple way to set this up. The user needs to be configured in the CTX Admin application with role of API. A password is configured also. Then this combination of user name and password is used for the basic HTTP authentication.
Basic HTTP authentication is sufficient given the assumption that the client portal and CTX reside in a private protected network. In the future, the APIs may provide an SSL/TLS certificate-based authentication for greater security and deployment flexibility.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available