diff --git a/CUST/RABO/SSO/SSOprodRABO.asp b/CUST/RABO/SSO/SSOprodRABO.asp new file mode 100644 index 0000000000..e5a621b0a2 --- /dev/null +++ b/CUST/RABO/SSO/SSOprodRABO.asp @@ -0,0 +1,119 @@ +<%@language="VBScript"%> +<% +'******************************************************************* +'Script: SSO.ASP +' +' $Revision$ +' $Id$ +' +'Doel: SSO bewerkstelligen voor ASP providers - deel 1 van 2 +'******************************************************************* +'* declare ********************************************************* +Dim strGUID, strCTID, strUserName, strKey, strASPUrl, strSharedKey +Dim strEncryptedCode, strControlEncryptedCode +'* variables ******************************************************* +strASPUrl = "https://rabo.facilitor.nl?sso=2" 'HTTPS URL adres van ASP +strSharedKey = "vDzWDwhzBtGkMPVkLjyOoRVJdhhxdgpr" 'Sharedkey - Should be the same at target side +'******************************************************************* +response.Buffer=true +Dim proto, zelf +If Request.ServerVariables("SERVER_PORT") = 443 Then + proto = "https://" +Else + proto = "http://" +End If +zelf = proto & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("SCRIPT_NAME") +%> + +
+ + + +Een moment aub. + + +