Forum Discussion

palatha3's avatar
palatha3
Occasional Contributor
7 years ago

Windows Authentication and APIKey

A REST request endpoint needs both windows user authentication and APIKEY token (one per environment). I have set username and password as Basic in authorization section (tried with  and also without domain) and added APIKEY value as a Header parameter. I am getting 404 - File or directory not found.

 

Need your help on setting up authentication and authorization. Please let me know if anyone has idea on this. Thanks.

 

FYI - Set project preferences as in the below screenshot:

 

 I am still looking for help/guidance on this.

I have tried using NTLM authentication settings instead of Basic as the implementation is by using SecurityProtocolType.Tls12 and defaultNetworkCredentials

Followed steps listed at: https://www.soapui.org/oauth2/reference/ntlm.html

 

thank you.

 

 

1 Reply

  • palatha3's avatar
    palatha3
    Occasional Contributor

    It is working now. I set NTLM authentication with username, password and domain name. Thank you!