neosync icon indicating copy to clipboard operation
neosync copied to clipboard

[NEOS-920] Backend returning wrong authorization url to CLI when using internal url

Open nickzelei opened this issue 1 year ago • 2 comments

When the backend is configured to use the internal url for the baseUrl, this causes the AuthorizationUrl to be returned to the CLI to be the internal.

It should instead return the frontend url, or the expected issuer.

The backend needs to be updated to return the correct value, otherwise the CLI cannot be used for login.

From SyncLinear.com | NEOS-920

nickzelei avatar Mar 25 '24 17:03 nickzelei

I've rolled back the backend to use the public url for now. Once this is fixed we can revert the backend to using the internal url.

nickzelei avatar Mar 26 '24 18:03 nickzelei

See the comments in NEOS-1060 for more issues regarding internal/external urls. Once we fix this, we can revert the admin api url back to using the internal URL as well.

nickzelei avatar May 06 '24 18:05 nickzelei