Hi fellows!
I'd like some help to configure Forms Based Single Sign-on on my application.
I created the fsso.conf with the parameters:
[forms-sso-login-pages]
login-page-stanza = app1
login-credential-learning = yes
[app1]
login-page = /portalcom/login*
login-form-response-pattern =
default-login-form-action = loginForm
gso-resource = app1
argument-stanza = args-for-app1
login-success-pattern = +302[location:*/portalcom/jsp/TelaInicial*]
[args-for-app1]
j_username = gso:username
j_password = gso:password
AM_username = cred:AZN_CRED_PRINCIPAL_NAME
Special_Attribute = cred:tagvalue_custom_attribute
My application has this source code:
<form method="POST" action="j_security_check" name="loginForm" onsubmit="maiusculas()" >
<table border=0 align='center' >
<tr>
<td>
<b>Usuário:</b>
</td>
<td>
<INPUT TYPE="text" NAME="j_username">
</td>
</tr>
<tr>
<td>
<b>Senha:</b>
</td>
<td>
<INPUT type="password" name="j_password">
</td>
</tr>
<tr><td colspan="3"> </td></tr>
<tr>
<td>
</td><td>
<nobr><input type="submit" value="Login">
</nobr>
<td>
</tr>
<tr><td colspan="3"> </td></tr>
<tr><td colspan="3"><font color="#BD1010" face="Helvetica,Verdana,Arial" size="2"><i>Digite seu usuário e senha. O sistema diferencia letras maiúsculas e minúsculas</i></font></td></tr>
</table>
</form>
But, the SSO doesnt work yet. what am I doing wrong?
Regards,
------------------------------
Alexandre Gammaro
CyberSecurity Especialist
Triscal
------------------------------