• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

login in a hosted account

New Here ,
Mar 19, 2013 Mar 19, 2013

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


Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 06, 2013 May 06, 2013

Copy link to clipboard

Copied

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...

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).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 07, 2013 May 07, 2013

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines