-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NTLM Negotiation with Zuul Reverse Proxy #543
Comments
Step 2: Add Dependencies
Run HTML
Step 4: Implement a Zuul Filter for NTLM Negotiation
Step 5: Register the Filter
|
Hello there
I have a backend service that is secured and I have a client app that uses Zuul to do reverse proxy look up. I'm using Waffle to identify who the currently logged in user is on the client and I would like to pass the client token to the back end service. Is there any programmatic way to enable the negotiation between the client code and the server? I've tried using the token from WindowsSecurityContextImpl but this is obviously not enough.
Spring Zuul comes with a filter than allows you to intercept the request before forwarding it to the target.
Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: