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

Authorization OIDC and id-token (Windows Desktop) #2398

Open
CypressMan opened this issue Oct 7, 2024 · 1 comment
Open

Authorization OIDC and id-token (Windows Desktop) #2398

CypressMan opened this issue Oct 7, 2024 · 1 comment
Labels
keycloak Keycloak the Identity and Access Management app windows Issues related to Windows or WSL

Comments

@CypressMan
Copy link

I have kubeconfig that works through kubectl and Lens. It looks like this:

apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: LS0...
    server: https://api.k8s:6443
  name: k8s
contexts:
- context:
    cluster: k8s
    user: USER_ID@k8s
  name: k8s
current-context: k8s
kind: Config
preferences: {}
users:
- name:USER_ID@k8s
  user:
    auth-provider:
      config:
        client-id: okd_dev
        client-secret: sfgsfgsfgsfg
        id-token: sfgsgsfg
        idp-issuer-url: https://keycloak-k8s.com
        refresh-token: gsfgsfgsfg

When adding kubeconfig to the HeadLamp (Windows Desktop), the program asks for an id-token. I prescribe it exactly the same as in kubeconfig. Please, is it possible to make it so that he does not ask for the id-token, but takes it from the kubeconfig?

@dosubot dosubot bot added keycloak Keycloak the Identity and Access Management app windows Issues related to Windows or WSL labels Oct 7, 2024
@joaquimrocha
Copy link
Collaborator

@CypressMan Thanks. We will take a look.
cc/ @yolossn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keycloak Keycloak the Identity and Access Management app windows Issues related to Windows or WSL
Projects
None yet
Development

No branches or pull requests

2 participants