Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
You may want to try posting to an iframe. I haven't tried it myself though.
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).
Copy link to clipboard
Copied
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