Hi all,
We would like to set up a basic HTTP authentication to access a JIRA 7 instance on premise.
There would be an Apache server in front of the JIRA server, to serve the authentication page (see attached snapshot).
Question: is this setup possible? If yes, how to parameter this on JIRA side?
Thanks a lot,
F.
Hi,
Yes, Jira indeed can be hidden behind Apache/NGINX proxies. Here are complete guides how it can be achieved
https://confluence.atlassian.com/display/JIRAKB/Configure+Jira+to+run+behind+a+NGINX+reverse+proxy
Then of course if you create a custom page and a form which would send a API request to Jira with username and password and then redirect to it it should log you in already.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.