Open
Description
Support JAR standard
Problem
I want to be able to use the JAR standard for my OAuth grant.
Added because this is a IETF standard.
Solution
Support the standard outlined in RFC 9101. This lets you create a signed JWT and pass that as a request parameter instead of the usual URL parameters (redirect_uri, etc) to initiate the OAuth grant.
Alternatives/workarounds
n/a
Additional context
https://www.rfc-editor.org/rfc/rfc9101.html
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.