OAuth 2.0 Error when Logging in via SSL Frontend
Hello,
I have set up a nginx frontend server to support youtrack access via ssl as described by https://confluence.jetbrains.com/display/YTD6/Configuring+SSL+Terminating+Proxy. After logging in the following error message appears:
The login itself seems to work. When I manually open the issue url, everything works. But whenn I try to open dashboard the previously mentioned error message appears.
YouTrack 6 build is 12223.
Does anyone have a solution for the problem? I would be glad to hear from you.
I have set up a nginx frontend server to support youtrack access via ssl as described by https://confluence.jetbrains.com/display/YTD6/Configuring+SSL+Terminating+Proxy. After logging in the following error message appears:
The login itself seems to work. When I manually open the issue url, everything works. But whenn I try to open dashboard the previously mentioned error message appears.
YouTrack 6 build is 12223.
Does anyone have a solution for the problem? I would be glad to hear from you.
Please sign in to leave a comment.
Go to: https://YourSite.myjetbrains.com/hub (in case your browser does infinite re-directions, and mine did, access that via Chrome browser <– which is bizarre in itself.
Log in with root account.
Go to /services, select YouTrack service> Add to "Redirect URIs" field following values:
https://YourSite.myjetbrains.com/youtrack/
https://YourSite.myjetbrains.com/youtrack/admin
https://YourSite.myjetbrains.com/youtrack/dashboard
https://YourSite.myjetbrains.com/youtrack/reports
https://YourSite.myjetbrains.com/youtrack/ringAuthenticated
Save, and try to log in YouTrack https://YourSite.myjetbrains.com/youtrack/
I think that SSL issue could be better documented by jetbrains.