NTLM Authentication

Hello,

May i know if Katalon will ever support NTLM Authentication?

Thanks,
M.

1 Like

Michal,

We will discuss with the development team to have further information on this Authentication. We will keep you updated if it is supported.

Any news @Trong Bui

Michal,

For Authentication, we are developing OAuth 2. NTLM will be our next move.

Any dates? We need it)

Any Update on this feature. Please update us it is very important for us

I would also like to ask for this feature. Thanks.

Hi,

eagerly waiting for NTLM Authentication support. Its blocking our path from using katalon tool. Please update.

I got around this issue by passing the username and password in the url:

example:
def builder = new RestRequestObjectBuilder()
ā€˜Create a new POST object using builderā€™
def requestObject = builder
.withRestRequestMethod(ā€œPOSTā€)
.withRestUrl(ā€˜https://DOMAIN\USERNAME:PASSWORD@yoururl.com/somethingā€™)
.withHttpHeaders([new TestObjectProperty(ā€œContent-Typeā€, ConditionType.EQUALS, ā€œapplication/jsonā€),])
.build()
ResponseObject Response = WS.sendRequest(requestObject)

Hope this helps!

Has NTLM Authentication been added as yet? We are currently evaluating Katalon as a Testing Tool and have struck a hurdle with NTLM Authentication. Is it there and we just canā€™t see it? Or still yet to be added?

Thanks

Looking for NTLM authentication in Katalon. Can someone please let me know when is it expected to be there?

Same here, we canā€™t test our APIs if NTLM authentication is missing.