canonical / canonical/bundle-kubeflow

Login redirects back to login page with OIDC integration

Open
#552 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
122
Forks
50
PR merge metrics
No merged PRs in 30d

Description

Reproduce

  1. Install Kubeflow with OIDC integration (ie. adfs)
  2. Open the browser in incognito mode (because logout does not work)
  3. Login using OIDC
  4. Put in login / pass / mfa
  5. You get redirected to /dex/auth?client_id=authservice-oidc&redirect_uri=%2Fauthservice%2Foidc%2Fcallback&response_type=code&scope=openid+profile+email+groups&state=

Workaround
Select "Log in with adfs" to be redirected to Kubeflow Dashboard.

OIDC configuration:

- id: adfs
  name: adfs
  type: oidc
  config:
    issuer: https://<ADFS-URL>/adfs
    clientID: <client-id>
    clientSecret: <client-secret>
    redirectURI: <KUBEFLOW-URL>/dex/callback
    userNameKey: unique_name
    userIDKey: unique_name
    insecureSkipEmailVerified: true
    claimMapping:
      preferred_username: unique_name
      email: unique_name

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the redirect using the documented OIDC configuration and inspect the /dex/auth and /authservice/oidc/callback flow. Done means a successful OIDC login reaches the Kubeflow Dashboard without selecting the separate “Log in with adfs” workaround.

Written by the indexing model from the issue text.

Assessment

Domain
authentication
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.