-
Notifications
You must be signed in to change notification settings - Fork 78
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
Federated Auth #122
Comments
Hi @mjaric . |
Hi @matreyes. In nutshell SSL workaround is implemented in PR #120 but I don't have environment to play with it or test it. You should know that TLS implementation is not quite done by the book, because initial message exchange for TLS handshake in TDS is not done in the same way as it is done with HTTP, and there was no "right" way how to extend erlangs ssl module. So this may be a problem in future if erlang ssl change internally. Btw, I'm not working on any elixir/erlang project at the moment so I'm not sure if I can dedicate more hours on this code base until new elixir project appear that requirers mssql as db engine. |
Hi @mjaric. That is a big loss for our community. But thanks for this amazing work. Best |
Hi,
The FEDAUTH stream allows to include a token to the Login7 message generated by an authentication provider (in my case I need to connect with ActiveDirectoryPassword authentication, which is used in AzureSQL).
It is independent of the NTLM protocol, but as @mjaric is working on that, I’m not sure if it will have conflicts if developed in parallel.
The text was updated successfully, but these errors were encountered: