Skip to content
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

Closed
matreyes opened this issue May 19, 2021 · 3 comments
Closed

Federated Auth #122

matreyes opened this issue May 19, 2021 · 3 comments

Comments

@matreyes
Copy link
Contributor

matreyes commented May 19, 2021

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.

@matreyes
Copy link
Contributor Author

Hi @mjaric .
A colleague is working in this feature, but SSL is required. Do you think your SSL branch is ready?
Would yo be able to help us giving some guidelines?
Best.

@mjaric
Copy link
Member

mjaric commented Jun 22, 2021

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.

@matreyes
Copy link
Contributor Author

Hi @mjaric.

That is a big loss for our community. But thanks for this amazing work.

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants