PhpStorm integration with JIRA and Windows authentication
We use Atlassian's JIRA Cloud at work with our own server. The company's moving from standard logins to authentication based on Windows domain credentials. I'm wondering if PhpStorm's JIRA integration will work with that, and I can't find any clear documentation on it. I'm thinking it should, but one of the infrastructure guys working on the transition says it won't and I'd like to be ready ahead of time instead of being caught flat-footed when it stops working.
请先登录再写评论。
Hi Todd.
It's unlikely, unless afterward it will use the same HTTP Basic authentication (with new credentials) we only support so far, as there is no any special support for Windows domain/Active Directory at the moment. Please feel free to file the corresponding feature request in our tracker, though, when it comes to missing authentication methods, we will most probably focus on OAuth first.
By the way, which solution are you going to use for such migration? I didn't find anything about it the official documentation.
From what the admins are saying it's HTTP authentication using the NTLM scheme instead of Basic. But from Atlassian's docs and the way the web site's behaving, I think it's doing NTLM with fallback to Basic (with credential authentication done server-side) and when authentication completes the first time going with the regular cookie-based authenticated session after that.
I guess since it's still working I'll just have to wait and see when it fails and diagnose it from there. I'm hoping Atlassian is sensible and sets it up so it'll work on non-Windows-based systems without needing special client-side support.