PCHD#30428 -- Klantspecifieke aanpassingen voor XD-portal

svn path=/Website/branches/v5.4.2/; revision=22856
This commit is contained in:
Arthur Egberink
2014-10-09 09:33:13 +00:00
parent fac3ef311f
commit 6448c2d1b6
2 changed files with 38 additions and 0 deletions

19
CUST/PCHH/sso.asp Normal file
View File

@@ -0,0 +1,19 @@
<%@ language = "JavaScript" %>
<% /*
$Revision$
$Id$
File: cust/pchh/sso.asp
Description: Single Sign On script
Parameters:
Context:
Note:
*/ %>
<%
Session("customerId") = "PCHH";
ANONYMOUS_Allowed = 1;
%>
<!-- #include file="../../appl/Shared/common.inc" -->
<!-- #include file="../../appl/shared/login.inc" -->
<%
SecureSSO({ strSharedKey: "LwdbWLIBtHuJCpMT", Timeout: 10}); //Sharedkey - Should be the same at customer side
%>

19
CUST/PCHP/sso.asp Normal file
View File

@@ -0,0 +1,19 @@
<%@ language = "JavaScript" %>
<% /*
$Revision$
$Id$
File: cust/pchp/sso.asp
Description: Single Sign On script
Parameters:
Context:
Note:
*/ %>
<%
Session("customerId") = "PCHP";
ANONYMOUS_Allowed = 1;
%>
<!-- #include file="../../appl/Shared/common.inc" -->
<!-- #include file="../../appl/shared/login.inc" -->
<%
SecureSSO({ strSharedKey: "plXZhkVOpFrpdetV", Timeout: 10}); //Sharedkey - Should be the same at customer side
%>