Authentication flow doesn't work
See original GitHub issueDescribe the bug
Authentication popup cant reach the keycloak API.
Che version
- latest
- nightly
- other: please specify
Steps to reproduce
- In the dashboard create a workspace.
- Go to the projects tab and click
Add Project
button. - Chose
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
- kubernetes (include output of
kubectl version
) - Openshift (include output of
oc version
) - minikube (include output of
minikube version
andkubectl version
) - minishift (include output of
minishift version
andoc version
) - docker-desktop + K8S (include output of
docker version
andkubectl version
) - other: (please specify)
Screenshots
Installation method
- chectl
- provide a full command that was used to deploy Eclipse Che (including the output)
- provide an output of
chectl version
command
- OperatorHub
- I don’t know
Environment
- my computer
- Windows
- Linux
- macOS
- Cloud
- Amazon
- Azure
- GCE
- other (please specify)
- other: please specify
Eclipse Che Logs
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Authentication failed when signing in to Microsoft Flow
This article provides a resolution for the issue that you receive the Authentication failed error when trying to sign in to Microsoft Flow....
Read more >Authentication and Authorization Flows - Auth0
During authentication, mobile and native applications can use the Authorization Code Flow, but they require additional security.
Read more >Login Flow doesn't work when visualforce page is part of ...
Login Flow doesn't work when visualforce page is part of Managed Package having capital letter in the namespace. Authentication.
Read more >Authentication flows - React Navigation
Authentication flows · What we need · How it will work · Don't manually navigate when conditionally rendering screens · Define our screens...
Read more >Testcafe fails to redirect during authentication flow that uses ...
After this, the redirect to Oauth should happen, but the testcafe is stuck in "working" state at the https://login.microsoftonline.com/kmsi?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems there is nothing Dashboard does with it. Probably it’s related to https://github.com/eclipse/che/pull/18225 and somewhere internal URL is used, but publish must be.
@benoitf
The server side is involved because the popup calls the server API which is redirecting to an unavailable url.