Documentation You are here: start » v » 2.0 » sso

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v:2.0:sso [2022/08/23 07:35] – [The Details] foxybrettv:2.0:sso [2023/08/17 21:16] (current) – [Best Practices: How To Approach a SSO Integration] adam
Line 123: Line 123:
   - The SSO endpoint (FoxyCart -> your system -> FoxyCart).   - The SSO endpoint (FoxyCart -> your system -> FoxyCart).
  
-#1 would generally be code in your system that attaches to specific events like ''OnUserChangePassword'', ''OnUserSave'', or other events where users are created or modified. On those events, just do a quick FoxyCart [[.:api|API]] call to create/update the user as needed.+#1 would generally be code in your system that attaches to specific events that your system provides, which might look like ''OnUserChangePassword'', ''OnUserSave'', or other events where users are created or modified. Consult your systems documentation for what those events are, and on those events, just do a quick FoxyCart [[.:api|API]] call to create/update the user as needed.
  
 #2 would be an endpoint on your system that accepted and processed the [[.:webhooks|webhooks]] in order to create or update the user on your system. #2 would be an endpoint on your system that accepted and processed the [[.:webhooks|webhooks]] in order to create or update the user on your system.

Site Tools