Using Connect Enterprise Web Services |
|||
| Meetings > Launch meetings with external authentication | |||
Once a user logs in to your network and you authenticate the user to the Enterprise Server or Enterprise Hosted using an external authentication credential, you may want to allow the user to enter a meeting as participant or guest without having to log in a second time to Acrobat Connect Professional.
BREEZESESSION cookie for the user's session, in one of two ways: common-info and retrieve the value of cookie from the response: <cookie>breezma6zor9rdfps8h6a</cookie>
BREEZESESSION cookie from the response header:Set-Cookie: BREEZESESSION=breezqw4vtfarqxvf9pk2;
domain=.macromedia.com;path=/
session parameter and the BREEZESESSION cookie value to the meeting room URL:
http://example.com/employeeMeeting/?session=breezbityp829r9ozv5rd
session appended. One way to do this is with a JavaScript onClick command:
<a href="http://example.com/employeeMeeting/"
onClick="javascript:window.open('http://example.com/employeeMeeting/?session=breezbityp829r9ozv5rd','Breeze', 'toolbar=no,menubar=no,width=800,height=600,resizable=yes'); return false">http://example.com/employeeMeeting/</a>
<cookie>breezma6zor9rdfps8h6a</cookie>
login:Set-Cookie: BREEZESESSION=breezqw4vtfarqxvf9pk2;
domain=.macromedia.com;path=/
guestname parameter and the user's guest display name to the meeting room URL:
http://example.com/employeeMeeting/?guestName=joy
uestname parameter. One way to do this is with a JavaScript onClick command:
<a href="http://example.com/employeeMeeting/"
onClick="javascript:window.open('http://example.com/employeeMeeting/?guestName=joy','Breeze', 'toolbar=no,menubar=no,width=800,height=600,resizable=yes'); return false">http://example.com/employeeMeeting/</a>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/breeze/6/xml_api/03a_me13.htm