Skip to main content
Participant
March 19, 2013
Question

login in a hosted account

  • March 19, 2013
  • 2 replies
  • 1109 views

I'm trying to login my users automatically from my website to adobe connect.

The goal is to automatically register my users in adobe connect as soon as they register in my system ( I don't have problems with this part ) and to have a link inside my system that loads adobe connect inside an iframe.

My problem lies in making a call like the one described in the webservices

example.com/api/xml?action=login&login=joy@acme.com&password=happy&account-id=295153&session=Sbreezzd2dfr2ua5gscogv

(in my case the example.com is something like meetxxxx.adobeconnect.com )

This doesn't work because I'm in a different domain and I can't set a cookie this way.

How can I login my users in adobeconnect without them being prompted with the loginscreen?

Or is it possible to open the meeting with the session value? I have tried something like   meetxxxx.adobeconnect.com/myMeeting&session=Sbreezzd2dfr2ua5gscogv but this is not recognized.


thank you


This topic has been closed for replies.

2 replies

Jorma_at_Knox
Legend
May 7, 2013

For joining a meeting room, you should only need to pass the username and password. I showed this in this thread: http://forums.adobe.com/message/5219479#5219479

Participant
May 7, 2013

You may want to try posting to an iframe.  I haven't tried it myself though.

http://stackoverflow.com/questions/4701922/how-does-facebook-set-cross-domain-cookies-for-iframes-on-canvas-pages

I'll be needing the same functionality as you soon so let me know if it works.   I'm still having trouble logging in (just posted on this forum).