使用 prompt=none 设置允许静默更新
Setting to allow silent renew with prompt=none
OpenIddict 是否支持静默更新?我们如何配置它?
我目前收到此请求的 400:
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?
没有。也就是说,这是我计划在未来版本中放宽的要求。
OpenIddict 是否支持静默更新?我们如何配置它?
我目前收到此请求的 400:
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?
没有。也就是说,这是我计划在未来版本中放宽的要求。