PCHD#30428 -- Klantspecifieke aanpassingen voor XD-portal
svn path=/Website/branches/v5.4.2/; revision=22856
This commit is contained in:
19
CUST/PCHH/sso.asp
Normal file
19
CUST/PCHH/sso.asp
Normal 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
19
CUST/PCHP/sso.asp
Normal 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
|
||||
%>
|
||||
Reference in New Issue
Block a user