---- dataentry ----
type : integration # do not change this line
systems : PHP # the system(s) that the integration is for, separated with commas if more than one
name : SSO (Single Sign-On) # the name of the integration
description : An example single sign-on (SSO) (aka "shared authentication") implementation in PHP #
tags : sso # tags, separated by commas. don't include the "system" here.
date_dt : 2009-05-10 # the date in YYYY-MM-DD format
version : # if you have a version for your code, enter it here
developer_url : # if you'd like a link back to your site, stick it here
----
====== Shared Authentication PHP Sample Code ======
//**Please note:**//
The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance.
===== Description =====
Sample code for using FoxyCart's shared authentication (available in FoxyCart v051+) in PHP.
===== Installation =====
Implementing FoxyCart's shared authentication functionality is for advanced users familiar. This code will get you started, but will very like need to be modified to fit your needs. See the [[:static:redirect:sso|Single Sign-On documentation]] for more details.
===== Requirements =====
* FoxyCart v051+
===== Code =====