SpeedFlex Single Sign-On (SSO) Integration
This article is about implementing SSO for Emplifi Ratings & Reviews widgets. For implementing SSO for the Emplifi platform, see Single Sign-on (SSO).
Emplifi Ratings & Reviews Single Sign-On (SSO) integrates with your authentication system. Your site's logged-in users can immediately interact with your Emplifi Ratings & Reviews widgets. Unregistered or logged-out users are pushed through your login or registration process.
This document describes how to implement SSO. We provide the structure, data flow, and Emplifi functions. At several points, the implementation code will vary based on the specifics of your authentication system.
SSO configuration overview
At a high level, these steps set up SSO in a Emplifi Ratings & Reviews SpeedFlex implementation. Each section links to detailed instructions.
Steps:
Update the Emplifi Ratings & Reviews configuration code on your PDP to create the SSO code structure. This adds a field with three functions:
userDataFn
,loggedInDataFn
, andlogout
.Fill out the
userDataFn
function to confirm a user's logged-in status or provide a registration or login form.Fill out the
loggedInDataFn
function to get details about the logged-in user.Fill out the
logout
function to log out the current user.
You can also review your configuration against our SSO Example Structure.