owncloud / owncloud/cdperf

OIDC auth does not use /.well-known/openid-configuration

Open
#42 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
12
Forks
10
Avg merge
6h 23m
Merged PRs (30d)
2

Description

OIDC auth does not use /.well-known/openid-configuration. We should use it to also support eg. Keycloak.

See https://github.com/owncloud/cdperf/blob/3b88374ca575e1086052fb7fff9cc77080651a43/src/lib/auth/openIDConnect.ts#L21-L23

Contributor guide

Open the contributing guide

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 in src/lib/auth/openIDConnect.ts at the referenced lines and inspect how the OIDC configuration is currently obtained. Update the flow to use /.well-known/openid-configuration so providers such as Keycloak are supported, then verify that the authentication configuration still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authentication
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.