Wednesday, August 14, 2013

Siteminder Custom Login page

Below is the sample Login code required to develop Custom Forms login pages
 
@username=%USER%
@smretries=0

<html>

<head>
<title> Forms Login Page </title>
</head>

<body>

<form NAME="Login" METHOD="POST">

<b>Please Login</b></font>
      UserName: <input type="text" name="USER">
      Password: <input type="password" name="PASSWORD">

      <input type=hidden name=target value="$$target$$">
      <input type=hidden name=smquerydata value="$$smquerydata$$">
      <input type=hidden name=smauthreason value="$$smauthreason$$">
      <input type=hidden name=smagentname value="$$smagentname$$">
      <input type=hidden name=postpreservationdata value="$$postpreservationdata$$">
      <input type="submit" value="Login">
</form>

</body>
</html>

1 comment:

  1. Where Should we place this login page under Siteminder proxy server ?

    ReplyDelete