HTTP Basic Authentication and Attlassian JIRA, Confluence and Bitbucekt

蹲街弑〆低调 提交于 2019-12-11 00:27:58

问题


I have JIRA, Confluence and Bitbucket deployed on my server behind Apache reverse proxy. Each of them is connected with others using Application links. Now, I want to add additional layer of protection by implementing HTTP Basic Authentication in front of this. When I do this, I lose connection between apps. How to configure Apache properly in order to have HTTP Basic Authentication in front of whole stack AND connection between apps?


回答1:


Where did you configure basic authentication?

Normally Atlassian applications handle authentication themselves, so you should not have to configure anything in apache.

Application links use OAuth to handle authentication between applications and there are 2 flavors:

  • if both applications have the same set of users, you can use plain OAuth
  • if both applications have a different set of users, you can use OAuth with impersonation

More info is available in the Application Links documentation here.



来源:https://stackoverflow.com/questions/44753878/http-basic-authentication-and-attlassian-jira-confluence-and-bitbucekt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!