20 lines
534 B
Plaintext
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
|
|
%>
|