Skip to content

Support NTLM Auth Inside Lambda Functions #1450

Description

@ewindsor31

Describe the feature

This request is the same as #735 which was closed due to staleness.

Add in the missing required libraries to make NTLM auth work in a .net core lambda.

Use Case

We are struggling to consume older soap-based services that rely on NTLM authentication. The workaround to create a custom image with the necessary dependencies and deploy that to our lambda increases build time and requires increased maintenance.

Proposed Solution

Install the gssntlmssp (sometimes called gss-ntlmssp) in the lambda runtime so it is available for use

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS .NET SDK and/or Package version used

Not relevant

Targeted .NET Platform

.Net 6 and above

Operating System and version

AmazonLinux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions