Files
Facilitor/CUST/DENB/sso.asp
Jos Groot Lipman 8a477a2da4 FSN#22727 Allow anoniem
svn path=/Website/trunk/; revision=12088
2012-08-15 07:46:41 +00:00

20 lines
534 B
Plaintext

<%@ language = "JavaScript" %>
<% /*
$Revision$
$Modtime: 16-08-10 12:46 $
File: cust/denb/sso.asp
Description: Single Sign On script
Parameters:
Context:
Note:
*/ %>
<%
Session("customerId") = "DENB";
ANONYMOUS_Allowed = 1;
%>
<!-- #include file="../../appl/Shared/common.inc" -->
<!-- #include file="../../appl/shared/login.inc" -->
<%
SecureSSO({ strSharedKey: "B6A59C0824334A4BB26410A5D5A13C6D", Timeout: 10}); //Sharedkey - Should be the same at customer side
%>