简体   繁体   中英

login into Jira using Integrated Windows Authentication or NTLM

We are evaluating Jira and would like to login into it using Integrated Windows Authentication or NTLM (ie automatic logon without providing username and password, by using the domain user).

We have Jira 4.1.2 installed on a Tomcat 6.0.29, with Tomcat fronted by IIS 7.

When a user accesses the application, he first goes thorough IIS. Credentials are transmitted at this point and IIS forwards to Tomcat which greets us with the Jira login page. Jira users are setup the same as those from the domain, so the user must retype the user name and password for his domain. This is annoying.

Further more, not all users have passwords as some of them login using security cards + PIN, so there is no password for them to insert.

What we want is that, based on the credentials of the user, to automatically login into the Jira application, and not be greeted by the Login page.

From what we've studied, this seems to revolve arount combining Jira with Crowd, which we don't want to install just for this purpose alone.

Also found something related to writing a custom authenticator but not really sure what to make of it. Performing different developments (dot.NET and/or Java) won't be a problem if it isn't very hacky or some huge workaround.

So, is there a way to login into Jira using Integrated Windows Authentication / NTLM?

Thanks in advance!

Unfortunately in our experience we had to use Crowd, we couldn't find an easy way around it. You could try using an LDAP based approach (if your AD supports LDAP calls and if you have a simple structure etc), but it sounds like your setup is more complicated than that.

It seems Jira 4 does not yet support NTLM authentication: http://forums.atlassian.com/thread.jspa?threadID=43247

Jira 4 + LDAP + Active Directory works, but does not give you SSO.

以下附件为使用Atlassian Crowd作为用户管理系统的任何Web应用程序(包括Jira,Confluence,Stash和Bamboo)提供了集成Windows身份验证(Kerberos): https//marketplace.atlassian.com/plugins/com.cleito。岩浆

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM