You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate OIDC authentication plugin kubelogin https://github.com/int128/kubelogin/tree/master in a headless server. The login screen display all information requesed for login, but I am not able to enter the user name and it actually can not move to entering password. I also saw some weid characters such as "35;134;30M35;133;30M35;".
I1211 11:08:39.244831 79488 browser.go:35] starting the authentication code flow using the browser
I1211 11:08:39.245914 79488 browser.go:104] opening http://localhost:8000 in the browser
I1211 11:08:39.246169 79488 server.go:36] oauth2cli: starting a server at 127.0.0.1:8000
I1211 11:08:39.365227 79488 server.go:135] oauth2cli: sending redirect to https://<domain>/adfs/oauth2/authorize/?access_type=offline&client_id=<client-id>&nonce=GbfU_U-iZShrzPHjKo7YWs71DyxjVgc3D9BBcMuiNMo&redirect_uri=http%3A%2F%2Flocalhost%3A8000&response_type=code&scope=openid&state=AKC57-Jow7hFLLVNzBjF8oHkR-jIZHTaPfDWxsLrQXo
Based on the kubelogin trace, the browser is started at http://localhost:8000 and is redirected to https:///adfs/oauth2/authorize/?access_type=offline&client_id=&nonce=GbfU_U-iZShrzPHjKo7YWs71DyxjVgc3D9BBcMuiNMo&redirect_uri=http%3A%2F%2Flocalhost%3A8000&response_type=code&scope=openid&state=AKC57-Jow7hFLLVNzBjF8oHkR-jIZHTaPfDWxsLrQXo.
The text was updated successfully, but these errors were encountered:
I am trying to integrate OIDC authentication plugin kubelogin https://github.com/int128/kubelogin/tree/master in a headless server. The login screen display all information requesed for login, but I am not able to enter the user name and it actually can not move to entering password. I also saw some weid characters such as "35;134;30M35;133;30M35;".
kubectl-oidc_login get-token --oidc-issuer-url=https://<domain>/adfs --oidc-client-id=<client-id> --oidc-client-secret=<client-secret>
Directly invoke of the below works:
/bin/sh /usr/bin/xdg-open https://<domain>/adfs/ls?SAMLRequest=...
kubectl-oidc_login get-token --oidc-issuer-url=https://<domain>/adfs --oidc-client-id=<client-id> --oidc-client-secret=<client-secret> -v=1
Based on the kubelogin trace, the browser is started at http://localhost:8000 and is redirected to https:///adfs/oauth2/authorize/?access_type=offline&client_id=&nonce=GbfU_U-iZShrzPHjKo7YWs71DyxjVgc3D9BBcMuiNMo&redirect_uri=http%3A%2F%2Flocalhost%3A8000&response_type=code&scope=openid&state=AKC57-Jow7hFLLVNzBjF8oHkR-jIZHTaPfDWxsLrQXo.
The text was updated successfully, but these errors were encountered: