Tag: login
MOSS 2007 with something else
by mysticslayer on Jun.25, 2009, under blog
The situation is following.
I have a page located in the /_Layouts/ dir. This page is the CustomLogin page and validates two ways. The first way is by a post to a security validation with a token.
-
<form name="LoginForm" action="<% =requestURL %>" method="post" enctype="application/x-www-form-urlencoded" id="LoginForm">
When we hit the submit button it should post data to this validation server and returns data formatted in the header.
The problem is that the posted data is not submitted, because for someone reason MOSS blocks it.
This validation server has it’s own SSL certificate and the MOSS site has it’s own SSL certificate.