oidcc icon indicating copy to clipboard operation
oidcc copied to clipboard

ClientContext without client_secret but with client_jwks

Open maennchen opened this issue 10 months ago • 0 comments

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

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

Expected behavior

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

maennchen avatar Apr 17 '25 13:04 maennchen