Maximo

Maximo

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

 View Only
  • 1.  REST Integration in SPENGO enabled Websphere

    Posted 03/30/20 10:54 PM
    Our websphere is currently SPENGO authenticated. We are currently trying to invoke the REST API in browser. Below is the screen shot that we are using as REST URL. After giving the user name and password also we are getting blank screen. Is there an websphere or maximo setting that we need to enable to make the REST integration work for SPENGO enabled websphere.



    ------------------------------
    keshav ravindran
    ------------------------------

    #Maximo
    #AssetandFacilitiesManagement


  • 2.  RE: REST Integration in SPENGO enabled Websphere

    Posted 03/31/20 12:41 PM
    Hi,

    The URL you are trying to invoke is reliant upon Maxuath authentication (whether LDAP or not).  SPNEGO requires a token which has been sent to the IDP.  So essentially you need to have the token already and you would not use the "_lid=userName&_lpd=pWord" construct.  So to be succinct you need the cookie as part of your http header.  Better to use a REST tool which will allow you to capture the token and put it into you REST tool (e.g. Postman) then you can pass the URL to Maximo.  But you will need to generate and capture the token beforehand.

    ------------------------------
    Bradley Downing
    Sr. Managing Consultant
    IBM
    Bakersfield CA
    ------------------------------