我正在为 Google 开发一个操作,我正在使用带有 Identity Server 4 的 Visual Studio C'。我按照 Gooogle 的说明创建了我的客户端,但现在我有一个问题,我已经测试我的操作一段时间了我的客户,它运作良好。
new Client
{
ClientId = ApiDefinitions.ClientIdGoogle,
RedirectUris = { "https://oauth-redirect.googleusercontent.com/r/projectId"},
PostLogoutRedirectUris = {},
...(cut for readable code)
我想知道我是否在 PostLogoutRedirectUris 中遗漏了什么。有谁知道该给那里什么?