I've been trying to create a JwkProvider from a json instead of reading it from a URL. The current implementation doesn't allow that functionality. I was wondering if this would be possible to add as a new feature.
Describe the ideal solution
The solution would add a new variation of a JwkProviderBuilder that would receive jwks as a json input. The functionality of the builder would remain the same, except it would remove the logic where the jwks are read from the given URL/domain.
Checklist
Describe the problem you'd like to have solved
I've been trying to create a JwkProvider from a json instead of reading it from a URL. The current implementation doesn't allow that functionality. I was wondering if this would be possible to add as a new feature.
Describe the ideal solution
The solution would add a new variation of a JwkProviderBuilder that would receive jwks as a json input. The functionality of the builder would remain the same, except it would remove the logic where the jwks are read from the given URL/domain.
Alternatives and current workarounds
There are no current workarounds unfortunately.
Additional context
No response