canonical / canonical/bundle-kubeflow
Login redirects back to login page with OIDC integration
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 122
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Reproduce
- Install Kubeflow with OIDC integration (ie. adfs)
- Open the browser in incognito mode (because logout does not work)
- Login using OIDC
- Put in login / pass / mfa
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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