NTLM Authentication with OPA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ01-29-2021 12:19 PM
Has anyone been able to successfully implement NTLM Authentication with an OPA?
We are having issues with it. I have a Support ticket open, but curious to know if anyone was able to successfully use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ01-29-2021 02:03 PM
Yes. Weโve used NTLM to authenticate API calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ01-29-2021 02:10 PM
Would you mind sharing the OPA config setup (without sensitive data, obviously)? ๐
Did you use the setup wtih separate line for username and password?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ01-29-2021 04:02 PM
ntlm_config_name:
auth: {encrypted:'<Encrypted Auth Info>'}
base_url: "https://server.domain.com/"
cm_max_per_route: 1
trustAll: true
verifyHost: false
http_connect_timeout: 1200000
http_connection_request_timeout: 1200000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ01-29-2021 04:31 PM
Thank you! This is helpful.

