Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Mon February 21, 2022 08:09 AM
    We have istalled Work Centers and we have a Guest URL in our Service Request Configuration view in WC. 
    But we cannot get it to work in an AD/LDAP enabled environment.
    We can not find any IBM instructions how ro set it up. 
    It works as intended in a NON AD/LDAP environment. Which is to simply follow this guide when it comes to WAR content that has to be added. https://www.ibm.com/support/pages/deploying-maximo-service-request-work-center-guest-account-websphere
    In a AD/LDAP enviroment it stops at never ending loadingscreen and logged error regarding api/login
    We have tried to edit the web-guest.xml and made sure the web.xml in use has the security contraints + form login active. Seems to be more that has to be done.
    Anyone with some know how that can be shared? 


    ------------------------------
    Patrik Nilsson
    ------------------------------

    #Maximo
    #AssetandFacilitiesManagement


  • 2.  RE: Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Mon February 21, 2022 02:51 PM
    I'm not sure why we have security-constraints documented in the web-guest.xml but I can't see how this would ever work with them uncommented in that file. The purpose of the guest authentication flow is to submit requests as an unauthenticated user. If you enable these security constraints, you'd have to have an authenticated user session via WebSphere (or WebLogic) prior to it allowing you to access it. Can you confirm that you do not have security constraints enabled in the web-guest.xml? 

    And, for clarity, you should have the security constraints enabled in the web.xml for maximouiweb. 

    I've not tried this but I believe the guest SR utilizes API keys which should hit /maximo/api. If that's the case, it wouldn't be impacted by how you authenticate to Maximo since this should not have a security-constraint defined and thus would pass through the application server authentication.

    Assuming your web-guest.xml is correct (security constraints are left commented out) and you're still having problems, let me know the specific error you're getting in developer tools.

    ------------------------------
    Steven Shull
    ------------------------------



  • 3.  RE: Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Mon February 21, 2022 05:04 PM
    Thanks Steven. Will check with my techies. I will be away the rest of the week but fwd your answer so they migh come back to you. 
    //Patrik


    Patrik Nilsson

    Service & Asset Management Consultant

     

    Mobile:  +46 70 373 13 41
    Mail: patrik.nilsson@enfogroup.com

    ENFO
    Lilla Bantorget 15 (new visiting address)
    SE-111 23 Stockholm, Sweden

     

    enfo.se






  • 4.  RE: Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Sat March 05, 2022 09:54 AM

    Is there any guide to setting up the regular SR App Guest Access in an LDAP environment (Not WorkCenters)? Not sure what to do with the MGUEST account that needs to be setup and the password that will be tied to it and putting that in the system property. Can I simply ask my IT to create a MGUEST account and have it pushed to Maximo then use the same pw we set for the ldap account and type it into the
    mxe.system.guestpassword   system property?

    Also simply set 
    mxe.guestuserid = MGUEST
    mxe.system.guestuser = MGUEST
    mxe.webclient.guestLoginEnabled = 1
    mxe.webclient.guestLoginURL = ../login/guestlogin.jsp

    I have a PMR in top get the guestlogin.jsp

    Any issues with doing this in an LDAP env and will i run into a roadblock down the line? I am concerned about the handshake down the line when a person pushes Guest Login button in an LDAP env and if that will block this from working?

    On a side note: Can we clone the SR app and get the Guest Login to run our clone vs the OOTB SR ? Just curious?



    Thanks,
    David Miller



    ------------------------------
    David Miller
    Managing Partner - Maximo Consultant
    Enterprise Integration Partners LLC
    ------------------------------



  • 5.  RE: Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Sat March 05, 2022 03:18 PM

    I'm not sure if we have any documentation on that functionality. That was initially pushed by Control Desk and never officially made it into Maximo (though the only piece missing is that JSP file). I'm not sure whether it would work in LDAP scenarios.

    The login page handles the authentication to establish a standard Maximo session. Like any user session, it starts in your default app (Start Center by default) but you can configure that for any of the self-service applications (CREATESR, VIEWSR, etc.) on the user record. The user would have the traditional Maximo experience, including things like utilizing the Go To menu, change insert sites or profile information, and in the case of native authentication, even the ability to change passwords.

    Be aware that the Guest user functionality is only allowed to be utilized in self-service applications. It would be a violation of licensing to give it access to the SR application for example because that is not allowed as a self-service user and requires a license for each user utilizing that capability. They can use the CREATESR, VIEWSR, etc. apps or the new SR work center where they can only create and perform basic updates to the SRs. 



    ------------------------------
    Steven Shull
    ------------------------------



  • 6.  RE: Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Thu March 10, 2022 07:32 AM
    Steven,

    I got the guestlogin.jsp from the PMR and was indeed able to get the Guest Login button functionality working in an LDAP env. We had our IT create an account that wash pushed to our env and then set it up as the userid in the system.properties and did a build and deploy and its all working now.

    Thanks,

    ------------------------------
    David Miller
    Managing Partner - Maximo Consultant
    Enterprise Integration Partners LLC
    ------------------------------



  • 7.  RE: Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Thu March 21, 2024 11:49 AM
    Edited by Vandna Patel Thu March 21, 2024 11:50 AM

    That's great David. I am also exploring using Self-service Create Service Request app for a new feature request we have from Business to create workorders by users who do not have access to Maximo. So I have a couple of questions hence thought of reaching out to you. 

    1. What access to do grant the MGUEST user, i.e does it have access to All Sites? Since we have users from multiple plants that could use this feature.
    2. So how are you using the Requested and Reported by fields on the Create Service Request application? Are they being defaulted to MGUEST? I am wondering how a specific user can then identify the requests they had created. 

    Thank you very much in advance for your help and guidance. 



    ------------------------------
    Vandna Patel
    ------------------------------



  • 8.  RE: Guest URL functionality for Work Center Service Request, in an AD/LDAP enabled environment.

    Posted Mon March 28, 2022 11:01 AM
    Steven sorry for late reply to your post. 

    It is apparently something wrong when using AD/LDAP authentication. There is now a fix coming for this. 
    TPAE 7.6.1.2 IFX - IJ35143 WORK CENTER SERVICE REQUEST GUEST LOGIN FAILS WITH LDAP ENVIRONMENT. 
    Release probably end of APRIL 2022.

    ------------------------------
    Patrik Nilsson
    ------------------------------