webMethods

 View Only
Expand all | Collapse all

How to remove the authorization prompt while launching webmethods dsp page?

  • 1.  How to remove the authorization prompt while launching webmethods dsp page?

    Posted Fri August 23, 2024 04:58 AM

    I have created a page.dsp and .access file in the same directory under pub folder of package. Set the ACL to Anonymous also.

    .access file — page.dsp Anonymous

    Reloaded the page.

    While launching the DSP, content of DSP is visible but prompt of username and password is also appearing .

    Wrapper service that calls wwm.server.packageList = Anonymous

    I also created a new solution, Added few extended setting properties but still prompt is coming. Written javascript code too to remove the prompts but of no use.

    webMethods version – 10.3

    Don’t want to use setdefaultaccess service in wmroot package…

    Can anyone please help in removing the authorization prompt??


    #B2B-Integration
    #API-Gateway
    #API-Management
    #CloudStreams
    #Integration-Server-and-ESB
    #AgileApps
    #webMethods-cloud
    #Adapters-and-E-Standards
    #Universal-Messaging-Broker
    #Service-Designer
    #webMethods


  • 2.  RE: How to remove the authorization prompt while launching webmethods dsp page?

    Posted Fri August 23, 2024 03:32 PM

    If you are using same port as your integration server default, create an explicit port for it and Set Access Mode to Allow by Default, also configure Package (which has dsp) with the port.


    #Adapters-and-E-Standards
    #API-Management
    #API-Gateway
    #Universal-Messaging-Broker
    #webMethods-cloud
    #Integration-Server-and-ESB
    #CloudStreams
    #Service-Designer
    #webMethods
    #AgileApps
    #B2B-Integration


  • 3.  RE: How to remove the authorization prompt while launching webmethods dsp page?

    Posted Sun August 25, 2024 02:10 PM

    Hi @Pratiksha2

    Your .access file entry seems to be fine. And you have indicated that the Wrapper Service (which is part of your DSP) has Anonymous Permission, I hope the “Execute ACL” for the Wrapper Service is also set to Anonymous. I doubt that the Authorization Prompt you see is actually for Server Level Logging Validation and cannot be done away with. But it is just a guess from my end. Perhaps there might be a way which the Experts of this community can highlight.

    Also you may have a look at this Topic resolved by @John_Carter4 couple of years ago


    #webMethods
    #Adapters-and-E-Standards
    #API-Gateway
    #Integration-Server-and-ESB
    #AgileApps
    #API-Management
    #Universal-Messaging-Broker
    #Service-Designer
    #webMethods-cloud
    #CloudStreams
    #B2B-Integration


  • 4.  RE: How to remove the authorization prompt while launching webmethods dsp page?

    Posted Mon August 26, 2024 05:53 AM