Files
Facilitor/CUST/PCHP/sso.asp
Arthur Egberink 6448c2d1b6 PCHD#30428 -- Klantspecifieke aanpassingen voor XD-portal
svn path=/Website/branches/v5.4.2/; revision=22856
2014-10-09 09:33:13 +00:00

19 lines
494 B
Plaintext

<%@ 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
%>