使用 prompt=none 设置允许静默更新

Setting to allow silent renew with prompt=none

OpenIddict 是否支持静默更新?我们如何配置它?

我目前收到此请求的 400:

http://localhost:12345/connect/authorize?client_id=Aurelia.OpenIdConnect&redirect_uri=http%3A%2F%2Flocalhost%3A9000%2Fsignin-oidc&response_type=id_token%20token&scope=openid%20email%20roles%20profile&state=9b394f7c978545a784a41f263f76677d&nonce=4ec03fedb16543ac98be37b540a1b73a&prompt=none

OpenIddict 回应如下:

error: invalid_request
error_description: The required id_token_hint parameter is missing.

有些客户端,例如 oidc-client-js,不包含提示。有没有办法禁用提示要求?

Is there a way to disable the hint requirement?

没有。也就是说,这是我计划在未来版本中放宽的要求。