cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
408
Views
0
Helpful
1
Replies

Cisco AJAX XMPP (jabberwerx) and VTG_TOKEN

Alexey Smirnov
Level 4
Level 4

Is there any way I can use CISCO_VTG_TOKEN in order to authenticate an instance of jabberwerx.client on IM&Presence? What I'm trying to accomplish is following: my backend (Flask web framework) logs in to AXL and gets one-time-password for a user, who wants to get a web page with a chat. Then Flask servers the user a html and user's credentials (username and VTG_TOKEN)embeded inside javascript. My goal is to get rid of necessity of entering user's password. Security is provided with the way I decide which user makes a query inside Flask.

1 Reply 1

npetrele
Cisco Employee
Cisco Employee

It may be possible, since there is a test for it in SASLTest.js under CAXL\tests\unit-tests\jabberwerx\model.  I can't find any documentation about it, though.