Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nickzelei opened this issue Mar 25, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@nickzelei
Copy link
Member

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 nickzelei added the bug Something isn't working label Mar 25, 2024
@nickzelei nickzelei self-assigned this Mar 25, 2024
@nickzelei
Copy link
Member Author

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
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant