Bug Report
Steps to Reproduce:
- 
Build and Run the Slim Omnibus using an external Gitlab instance (NOT Gitlab.com) using PAT.
 This requires changes to the SDLC config to point to external Gitlab instance.
 
- 
Go to localhost:6900/studio 
- 
Get a 401 Error 
Expected Result:
Access to Legend Studio without 401 error
Actual Result:
401 error during the redirect after authentication call.
Environment:
Master Branch of the Slim Omnibus on Windows 11 using Docker Desktop.
Additional Context:
Changing this line in the SDLC config from - /api/auth/authorized -> to - /api/auth/authorize fixes the issue