我怎样才能通过id_token_hint
How can I pass id_token_hint
我有一个 blazor 应用程序。它使用 Azure AD B2C 进行身份验证。登录用户流设置为在注销请求中需要 ID 令牌。当用户尝试注销时,收到以下错误:
Sorry, but we're having trouble signing you in.
...
The id_token_hint parameter has not been specified in the request.
Please provide token and try again.
我知道我需要将 id_token_hint 作为查询参数传递,但找不到具体的实现方式。
我有一个 blazor 应用程序。它使用 Azure AD B2C 进行身份验证。登录用户流设置为在注销请求中需要 ID 令牌。当用户尝试注销时,收到以下错误:
Sorry, but we're having trouble signing you in. ... The id_token_hint parameter has not been specified in the request. Please provide token and try again.
我知道我需要将 id_token_hint 作为查询参数传递,但找不到具体的实现方式。