Difference between revisions of "Zen Cart mod"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(SimpleSAML)
 
Line 32: Line 32:
  
 
* The remote option is only available if you have all your own "equipment"
 
* The remote option is only available if you have all your own "equipment"
 +
 +
== See also ==
 +
 +
* [[Zen Cart]]
 +
 +
[[Category:Zen Cart]]

Latest revision as of 09:19, 21 April 2016

Modification for Zen Cart:

Summary

Need the user to authenticate user.

Once the user is authenticated, need to respond with content specific to that user's level of access.

The SSO only needs to happen on the user side, not the admin side.

Criteria

Details

End customer has an ADFS 2.0 public facing environment (Staging, Pre-Prod, Prod) supporting SAML protocol.

SAML integration would be for authentication only (authorization - i.e. application roles, granular application permissions to be maintained within application).

Staging first for time sensitivity, quickly assess that there are no major technical issues.

Link to Staging ADFS v2 metadata and permissions.

SimpleSAML

SimpleSAML may be useful: (https://simplesamlphp.org/).

  • The remote option is only available if you have all your own "equipment"

See also