【发布时间】:2021-05-21 14:19:13
【问题描述】:
我的 redirectUrl = "https://localhost:5000/download-product2/%2Fdbforge%2Fsql%2Fsql-tools%2Fsqltoolsstd.exe/viktorbl@devart.com"
我有一个代码:
private readonly IIdentityServerInteractionService _interaction;
public void Login(LoginModel model)
{
if (_interaction.IsValidReturnUrl(model.ReturnUrl))
{
// do something
}
}
IdentityServer 认为我的 redirectUrl 无效。 为什么会变? 请帮帮我
【问题讨论】:
标签: c# asp.net-core identityserver4