Course-authoring/home Url Redirect after login

When user trying to use

http://apps.local.edly.io:2001/course-authoring/home

before login, it will redirect to

http://apps.local.edly.io:1999/authn/login?next=http%3A%2F%2Fapps.local.edly.io%3A2001%2Fcourse-authoring%2Fhome,

which will not fetch data correctly on production since it using missing a session cookie called studio_session_id, and it supposingly should use

http://apps.local.edly.io:1999/authn/login?next=%2Foauth2%2Fauthorize%3Fclient_id%3Dcms-sso-dev%26redirect_uri%3Dhttp%253A%252F%252Fstudio.local.edly.io%253A8001%252Fcomplete%252Fedx-oauth2%252F%253Fredirect_state%253DzTRgFpNXnFo6vXGMJoXpNWg9B8BXhKYK%26state%3DzTRgFpNXnFo6vXGMJoXpNWg9B8BXhKYK%26response_type%3Dcode%26scope%3Duser_id%2Bprofile%2Bemail

oauth url to login and redirect, how can i make it redirect and login via oauth for course-authoring/home page or other pages as well?

http://apps.local.edly.io:2001/course-authoring/course/course-v1:Excelerate+C123+www.abc.com or etc…

Hi @Hircent_Ong and welcome to the community! Could you please indicate which version of Tutor you are running?