Closed
Description
Expected Behavior
NimbusJwtClientAuthenticationParametersConverter
can be used directly for Microsoft identity platform .
Current Behavior
NimbusJwtClientAuthenticationParametersConverter
can not be used directly for Microsoft identity platform .
Context
Reason
I guess it's caused by:
- There is no "typ" and "x5t" in the header.
- There is no "nbf" in the claim set.
Proposals
- Add these fields ("typ", "x5t" and "nbf") in
NimbusJwtClientAuthenticationParametersConverter
. - Make these fields ("typ", "x5t" and "nbf") configurable in
NimbusJwtClientAuthenticationParametersConverter
. For example, pass in by constructor.