Is it possible to use NTLN authorization?

Hello,

I'm used follow settings:
<auth-type>
<login-module name="ntDomainLoginModule" />
<guest-login allowed="true" />
<free-registration allowed="false"/>
</auth-type>

Is it possible to bypass password dialog and login currently logged user of windows domain into Teamcity?

Thanks!
-- Alexey

0
3 comments

Hello Alexey,

I think it is impossible. It can't be done on the server side, and I doubt
it can be done on the client
even if we will use browser specific features.

--
Pavel Sher


"Alexey Efimov" <no_reply@jetbrains.com> wrote in message
news:1284247.1155205578332.JavaMail.itn@is.intellij.net...

Hello,

>

I'm used follow settings:
<auth-type>
<login-module name="ntDomainLoginModule" />
<guest-login allowed="true" />
<free-registration allowed="false"/>
</auth-type>

>

Is it possible to bypass password dialog and login currently logged user
of windows domain into Teamcity?

>

Thanks!
-- Alexey



0

actually it can be done, works perfect in our intranet

http://jcifs.samba.org/src/docs/ntlmhttpauth.html

0

Hello,

Thank you for the link. We will investigate whether we can use this in
TeamCity.

--
Pavel Sher

"Yann Cebron" <no_reply@jetbrains.com> wrote in message
news:17841919.1160985935352.JavaMail.itn@is.intellij.net...

actually it can be done, works perfect in our intranet

>

http://jcifs.samba.org/src/docs/ntlmhttpauth.html



0

Please sign in to leave a comment.