Open
Description
Checklist
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
We have a use case in a highly regulated industry where the IDP is configured to use FAPI 2.0 but WITH JAR (OIDC JWT-signed authorization requests).
The SDK does not current support a way to enable JAR. Would you be interested in a PR for this?
Describe the ideal solution
It would be great if there were an option to enable JAR or an extension point where the authorization request could be transformed.
Alternatives and current workarounds
Currently we are supporting this use-case by maintaining a fork of the SDK.
Additional context
No response