|
Operating systems: i5/OS, Linux,Windows |
WebSEAL or eTrust SiteMinder should challenge you to authenticate. After you log in, you should be directed to the secure and personalized myportal page. If you are directed to the login screen or the public page, there is a problem with the TAI configuration.
<a class=wpsToolBarLink href='<%= wpsBaseURL %>/myportal'><wps:text key="link.login"
bundle="nls.engine"/></a>
<%-- comment this to enable screen login --%>
<portal-logic:if loggedIn="no">
<portal-navigation:urlGeneration contentNode="wps.Login">
<!--commented out the next href for Changing the Login Page
<a tabIndex="7" class="toolbarLink" href='<% wpsURL.write(escapeXmlWriter);
%>'><portal-fmt:text key="link.login" bundle="nls.engine"/>
</a>
-->
<a tabIndex="7" class="toolbarLink" href='<%= wpsBaseURL %>/myportal'>
<portal-fmt:text key="link.login" bundle="nls.engine"/>
</a>
</portal-navigation:urlGeneration>
</portal-logic:if>
<%-- Uncomment this to enable screen login
<portal-logic:if loggedIn="no" notScreen="Login">
<a class="toolbarLink" href='<%= wpsBaseURL %>/myportal'><portal-fmt:text
key="link.login" bundle="nls.engine" /></a>
</portal-logic:if>
--%>
<%-- Login button --%>
<%-- Comment out to enable screen login --%>
<portal-logic:if loggedIn="no">
<portal-navigation:urlGeneration contentNode="wps.Login" themeTemplate="">
<c:set var="menuTitle"><portal-fmt:text key="link.login"
bundle="nls.engine" /></c:set>
<% if ( menuItemCount > 0 ) { %>,<% } %>
"asynchDoFormSubmit('<%= wpsBaseURL %>/myportal');",
'<c-rt:out value="<{menuTitle}" escapeXml="true" />',"
<{defaultPageIconUrl}"
<% menuItemCount++; %>
</portal-navigation:urlGeneration>
</portal-logic:if>
<%-- Uncomment to allow screen login
<portal-logic:if loggedIn="no">
<c:set var="menuTitle"><portal-fmt:text key="link.login"
bundle="nls.engine" /></c:set>
<% if ( menuItemCount > 0 ) { %>,<% } %>
"asynchDoFormSubmit('<%= wpsBaseURL %>/myportal');",
'<c-rt:out value="<{menuTitle}" escapeXml="true" />',"
<{defaultPageIconUrl}"
<% menuItemCount++; %>
</portal-logic:if>
--%>
After updating banner_toolbar.jspf and mainMenu.jsp, you must restart WebSphere Portal Express unless reloading is enabled.
pdadmin>user create user_name user_dn cn sn pwd
pdadmin> user modify user_name account-valid yes
<login-config id="LoginConfig_1">
<auth-method>FORM</auth-method>
<realm-name>WPS</realm-name>
<form-login-config id="FormLoginConfig_1">
<form-login-page>/myportal</form-login-page>
<form-error-page/error.html/form-error-page>
</form-login-config>
</login-config>
<%@ page session="false" buffer="none" %@>
<TABLE border="0">
<TBODY>
<TR>
<TD>
<IMG border="0" src="../../images/welcome_5.gif" width="120" height="46">
<H2>You've reached this page in error. </H2></TD>
<TD></TD>
</TR>
<TR>
<TD>The TAI failed to authenticate you</TD>
<TD><IMG border="0" src="../../images/microphone.gif" width="84" height="94"></TD>
</TR>
<TBODY>
</TABLE>