eclipse-edc/Connector

Add support for `kid` header in call to Oauth2 servers

Closed this issue · 0 comments

Bug Report

Describe the Bug

As of today, Oauth2AssertionDecorator does not provide the capability to encode the optional kid header in the access token request to Oauth2 server.

Expected Behavior

We should be able to specify a kid: https://www.rfc-editor.org/rfc/rfc7515#page-11

Observed Behavior

kid header is not supported.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Context Information

Add any other context about the problem here.

  • Used version [e.g. EDC v1.0.0]
  • OS: [e.g. iOS, Windows]
  • ...

Detailed Description

If applicable, add screenshots and logs to help explain your problem.

Possible Implementation

You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts.