We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kid
As of today, Oauth2AssertionDecorator does not provide the capability to encode the optional kid header in the access token request to Oauth2 server.
Oauth2AssertionDecorator
We should be able to specify a kid: https://www.rfc-editor.org/rfc/rfc7515#page-11
kid header is not supported.
Steps to reproduce the behavior:
Add any other context about the problem here.
If applicable, add screenshots and logs to help explain your problem.
You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts.
The text was updated successfully, but these errors were encountered:
bscholtes1A
Successfully merging a pull request may close this issue.
Bug Report
Describe the Bug
As of today,
Oauth2AssertionDecorator
does not provide the capability to encode the optionalkid
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-11Observed Behavior
kid
header is not supported.Steps to Reproduce
Steps to reproduce the behavior:
Context Information
Add any other context about the problem here.
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.
The text was updated successfully, but these errors were encountered: