Does OpenIddict support silent renew? How do we configure it?
I am current getting a 400 from this request:
OpenIddict responds with this:
error: invalid_request
error_description: The required id_token_hint parameter is missing.
Some clients, such as oidc-client-js, do not include the hint. Is there a way to disable the hint requirement?