-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Authentication flow doesn't work #18791
Comments
@vinokurig as dashboard is switching over to dashboard-next maybe there is no longer this issue (if login is no longer there) |
@benoitf The issue is not related to dashboard, It can be reproduced from a workspace by signing in GitHub pull-request plugin or other plugins that use GitHub e.g. Git or SSH plugin. I mentioned dashboard as it is the easiest way to reproduce the problem. |
Everything should work for GitHub PR plugin |
I tend to think it is just a dashboard issue. |
@vinokurig the flow you're describing in the issue is specific to the dashboard (there is no server code involved) |
that's true. New Dashboard does not have this functionality yet. This issue will be fixed by our team only in case it's a critical for CRW. |
Actually it doesn't work because the authentication request is called here: https://github.com/eclipse/che/blob/f9d8638acb0d75daf72dae1a38463768df778f54/assembly/assembly-root-war/src/main/webapp/_app/oauthLoader.js#L160-L164 |
Even when I do the request manually with the
it doesn't work. |
The server side is involved because the popup calls the server API which is redirecting to an unavailable url. |
Seems there is nothing Dashboard does with it. Probably it's related to #18225 and somewhere internal URL is used, but publish must be. |
Describe the bug
Authentication popup cant reach the keycloak API.
Che version
Steps to reproduce
Add Project
button.GitHub
and click theConnect your GitHub account
button.See: A popup with unavailable address is shown:
Expected behavior
The popup should open the redirected url from keycloak.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: