Hello:
I’ve an anonymous access porlet which after some procesing redirect to another porlet with single sign on (NTLM).
getFacesContext().getExternalContext().redirect("http://buadaix001:8585/SSO?command=forceShell&shellURI=shell.CustomInboxShell&returnUrl=/Custom.Inbox");
When I do the redirect appears the message
Invalid credentials or user name for: Guest
Please help,
Regards.
Norberto.
Hi Norberto,
could you start your MWS in debug mode (-d option)? After starting MWS in debug mode, when your first portlet redirects to the second one you should see in console something like this:
invoking authHandler: ntlm
invoking authHandler: httpHeader
invoking authHandler: saml
invoking authHandler: forms
invoking authHandler: basic
Could you provide this logs and few next lines from your console? I wonder which handlers are invoked and what information are log out after handlers?
RGDS,