IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Anonymous portlet access

    Posted Mon June 17, 2013 01:01 PM

    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.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: Anonymous portlet access

    Posted Tue June 18, 2013 05:28 AM

    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,


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine