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

19 lines
510 B
Plaintext

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