erlef / erlef/oidcc

ClientContext without client_secret but with client_jwks

Open
#442 0 comments 0 reactions 1 assignee Claimed by @maennchen View on GitHub
bug
Dominant language
Erlang
Stars
240
Forks
69
Avg merge
10h 40m
Merged PRs (30d)
4

Description

### oidcc version

3.*

### Erlang version

*

### Elixir version

*

### Summary

Figure out a solution to provide a client jwk without also providing a client secret.

### Current behavior

Currently the client context will not include the client JWK when passing `unauthenticated` for the secret.

### How to reproduce

```elixir
ClientContext.from_provider(Provider, "id", :unauthenticated, %{client_jwks: jwk})
```

### Expected behavior

Some way to only provide a client jwk and no secret.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.