SSO Interface
Enable partners to seamlessly access your external systems — without a separate login.
Basic Principle
The SSO interface allows QUALITYCLICK partners to access external systems. Partners can click on an order number without additional authentication and view information in your back office.
Step 1: Link to External Application
Set links at various points in the system with the session ID as parameter:
https://example.com/backoffice.php?sid=<% SessionID %>The placeholder <% SessionID %> is replaced by the current session ID of the logged-in partner. Can be used e.g. as an external URL in a creative category or as a link in the main menu.
Step 2: Validate Session
When the partner opens the external application, it checks via the SSO interface whether the session ID is valid:
https://partner.your-site.com/sso.cgi?sid=SESSION_IDOn a valid session, the interface returns partner data: PartnerID, name, email address and additional information. The session ID also enables linking back into the QUALITYCLICK system.