Difference between revisions of "Zen Cart mod"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "Meyers - September 2015 ======================================================= SSO implementation for Zen Cart. Need the user to authenticate so I can recognize the use...") |
Karl Jones (Talk | contribs) (→=) |
||
Line 1: | Line 1: | ||
Meyers - September 2015 | Meyers - September 2015 | ||
− | + | Modification for [[Zen Cart]]. | |
− | SSO implementation | + | SSO implementation. |
− | Need the user to authenticate | + | Need the user to authenticate user. |
Once the user is authenticated, need to: | Once the user is authenticated, need to: | ||
+ | |||
* Recognize them | * Recognize them | ||
* Serve up the content specific to that user's level of access | * Serve up the content specific to that user's level of access | ||
The SSO only needs to happen on the user side, not the admin side. | The SSO only needs to happen on the user side, not the admin side. |
Revision as of 08:46, 21 September 2015
Meyers - September 2015 Modification for Zen Cart.
SSO implementation.
Need the user to authenticate user.
Once the user is authenticated, need to:
- Recognize them
- Serve up the content specific to that user's level of access
The SSO only needs to happen on the user side, not the admin side.