Set the SAML Recipient and SAML Audience parameters for the service provider profile as <Connect_ACCOUNT_URL>/saml/cps.
- Adobe Connect User Guide
- Introduction
- Adobe Connect Meeting
- Start, attend, and manage Adobe Connect meetings and sessions
- Host and Presenter Area in Adobe Connect
- Adobe Connect application for desktop
- Adobe Connect pre-meeting diagnostic test
- Adobe Connect Central home page
- Share content during a session
- Update and manage Adobe Connect meetings
- View meeting reports and analytics data
- Work with Pods
- Accessibility features in Adobe Connect
- Keyboard shortcuts in Adobe Connect
- Create virtual meeting rooms and arrange layouts
- Breakout rooms in Adobe Connect meetings
- Manage meeting attendees in Adobe Connect
- Start, attend, and manage Adobe Connect meetings and sessions
- Adobe Connect administration and maintenance
- Enabling Adobe Connect HTML client
- Enabling single sign-on in Adobe Connect
- Change the timeout period
- Configure audio providers for Universal Voice
- Create and import users and groups in Adobe Connect
- Enhance Adobe Connect account security
- Generate usage reports in Adobe Connect Central
- Administer and manage Adobe Connect accounts
- Manage users and groups
- Set permissions for library files and folders
- Back up user data, database, and settings of Adobe Connect server
- Build custom reports from the Adobe Connect database
- Maintain disk space and clean cache on an Adobe Connect server
- Manage and monitor Adobe Connect server logs
- Start and stop Adobe Connect services
- Adobe Connect Events
- Adobe Connect Training and Seminars
- About Adobe Connect courses and curriculum for training
- Conduct trainings with Adobe Connect
- Create and manage seminars
- Create training courses in Adobe Connect
- Create and manage training curriculum in Adobe Connect
- About Virtual Classrooms in Adobe Connect
- Adobe Connect reports to monitor training features
- Participate in Adobe Connect training sessions and meetings
- Closed captioning in Adobe Connect
- Audio and video conferencing in Adobe Connect
- Manage user content in Adobe Connect
Learn how to enable secure identity management and single sign-on (SSO) services from within Adobe Connect.
You can integrate Adobe Connect with a SAML 2.0-based identity provider (for example, Okta) to provide secure identity management and single sign-on (SSO) services within Adobe Connect.
To enable SSO, configuration changes are required both at the identity provider (IDP) side and the Adobe Connect server.
Configuring the IDP
At the IDP, configure your Adobe Connect account as a service provider before you proceed with configuring your Connect account to enable SSO.
-
-
In the SAML Name ID field, specify email address as the user identifier in SAML exchanges.
-
Add custom attributes firstname and lastname to the profile. The attributes are passed in the SAML response.
-
Save the changes.
Here is a sample service provider metadata file for the Connect Account:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <EntityDescriptor entityID="<ADOBECONNECT_ACCOUNT_URL>/saml/cps" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format: emailAddress</NameIDFormat> <AssertionConsumerService index="0" isDefault="true" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="<ADOBECONNECT_ACCOUNT_URL>/saml/cps"/> </SPSSODescriptor> </EntityDescriptor>
Configuring the Adobe Connect server
After your Adobe Connect account is configured and enabled as a service provider on the IDP server, contact Adobe Connect Customer Care to provision SSO authentication in your Adobe Connect account.