Hi,
reading the documentation for D2 4.2, I found out that it is possible to get fresh tickets through OpenAjaxHub by executing the action D2_ACTION_DM_TICKET_GENERATE. Can someone explain to me how this works and how I can use this ticket?
I understood that after requesting by D2_ACTION_DM_TICKET_GENERATE, I would listen a D2_EVENT_DM_TICKET_GENERATED event with the ticket attached to the message of this event that I would use to communicate directly to the repository. The ticket is being generated
ExternalUtilWidget : PUBLISH : - event : D2_EVENT_DM_TICKET_GENERATED - message : oam_cuid==d2_demo-1401449339524-dmadmin-1630151795!!oam_sender==ExternalUtilWidget!!widgetType==ExternalUtilWidget!!config==ExternalUtilWidget!!oam_target_id==ExternalWidget-0!!ticket==DM_TICKET=T0JK...T0K!!ticket_timeout==300000!!ticket_time_generated==14...92!!ticket_time_expiration==1401
what is great, but I am not listening specifically this event.
Any ideas? What did I miss?
Thanks!