Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OSB 11g/12c How to deal with NTLM using a service account

Rudie van MarleJan 7 2020 — edited Feb 4 2020

We are facing the folowing situation:

From within OBS 11g/12c we want to use a webservice, the webservice requires credentials.

The webservice itself is running on behave of a windows server, and we do have to use NLTM to authenticate.

We are able to use that webservice with the SoaUI tool in SoapUI, with respect to the Authentication, we specified the folowing values:

Authentication Type: NTLM

username:                itis-service-account

password:                thisIs1hellToguess

Domain:                   pierePuck

So far so good.

To use this webservice from within OSB, I do think we have to define a so called static service account and use it in a business service.

But now question arises, how can we specify that we have to use NTLM ?

When i look into the documentation, and in the GUI I donot see a spot where I can specify this.

E.g if, in the gui we go to resources and right click them, I can only specify a username (itis-service-account@pierePuck) and password (thisIs1hellToguess), and that is all, so no NTLM type is offered.

Does this realy mean that I have to do it all myself by using a home made java class and use it in a java  callout activity in OSB or can we use an out of the box standard solution for this.

Kind regards,

Rudie

This post has been answered by Martien van den Akker on Jan 8 2020
Jump to Answer
Comments
Post Details
Added on Jan 7 2020
4 comments
909 views