Hi folks!
After upgrading Jira Data Center from version 9.12.15 to 10.3.2 (LTS), it was identified that the authentication gadget no longer appears on the home screen (/secure/Dashboard.jspa).
It´s the same problem reported here: https://community.atlassian.com/t5/Jira-questions/Why-is-there-no-login-in-my-JIRA-System-Dashboard/qaq-p/2912093
Has anyone here updated to version 10.3.x without experiencing this issue? If the issue occurred, were you able to find a solution?
I wonder if you are having issues due to this
To improve the security of the Jira login experience, we’ve added a second authentication layer. If you experience any issues with the new login process, you can switch to the legacy login experience by setting the JVM system property atlassian.authentication.legacy.mode
to true
.
https://confluence.atlassian.com/jirasoftware/jira-software-10-3-x-upgrade-notes-1472791008.html
I would attempt to turn the legacy mode to true and see if that brings back your login. Then push Atlassian for a fix or workaround to the new login experience.
Hi @Shawn Doyle - ReleaseTEAM , thanks for your input!
The issue has been resolved.
Solution: Insert the variable -Datlassian.authentication.legacy.mode=true in the <jira_dir_install>/bin/setenv.sh file, inside the JVM_SUPPORT_RECOMMENDED_ARGS parameter.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes setting legacy mode works, but the two-factor authentication not working anymore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As the jira instance and the system dashboard I have the problem is not public, I enabled following site wide dark feature:
public.access.disabled
Now it redirects to login automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.