我正在运行IdentityServer4的Javascript客户端示例,配置如下所示:
var config = {
authority: "https://localhost:44350",
client_id: "Js",
redirect_uri: "http://localhost:5003/callback.html",
response_type: "id_token token",
scope:"openid profile Api1",
post_logout_redirect_uri : "http://localhost:5003/index.html",
};
当我点击“登录”按钮时,管理局指向我的IdentityServer4实例,我被重定向到项目中的Account/Login
路径。
我正在寻找每一个地方但我看不到它重定向到那条路线的地方或方式,这个配置在哪里?
答案 0 :(得分:1)
它知道因为interaction URLs的映射被指定为IdentityServer Options的一部分。要配置这些网址以匹配您的控制器,您可以在max_len = max([len(i) for i in a])
print(max_len)
中执行以下操作:
ConfigureServices
希望这有帮助。