OIDC auth does not use /.well-known/openid-configuration
Open
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.
Contributor guide
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 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