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.


#TechXchangePresenter
 View Only
  • 1.  Authentication problem

    Posted Thu November 13, 2008 10:58 PM

    I just finished installing CentraSite 3.1.8. I’m attempting to allow access to certain resources (schemas, wsdls etc) in the repository to anonymous users. I have set the “Unauthenticated User” to have read access to the resources (and all parents) but when I attempt to navigate to the resource I continue to get challenged for credentials. Am I mssing something?


    #API-Management
    #webMethods
    #CentraSite


  • 2.  RE: Authentication problem

    Posted Fri November 14, 2008 07:32 AM

    Hi,

    CentraSite will always prompt for credentials. Only the webDAV part can be accessed without credentials using a special URL. This is what the unauthenticated user represents.

    Best regards

    Harald


    #API-Management
    #CentraSite
    #webMethods


  • 3.  RE: Authentication problem

    Posted Fri November 21, 2008 10:55 PM

    This is the URI I’m using (http://host:53305/CentraSite/CentraSite/ino:dav/ino:dav/projects/AFA/Schemas/v1) and I get prompted. I’ve tried replacing the first “CentraSite” in the URI to be “CentraSite_authenticated” and I no longer get prompted. However when I import wsdl files that reference these schemas (using the “CentraSite_authenticated” URI in the schema location attribute)CentraSite cannot find the schema locations.

    So I need to:
    A. Find out if its possible for an anonymous user to read data from the WebDav without being prompted and without using the “centrasite_authenticated” in the URI
    or
    B. Find out how to import a wsdl into centrasite using the “centrasite_authenticated” uri in the schema location.


    #CentraSite
    #API-Management
    #webMethods