简体   繁体   English

如何在 .net 中安装 duende 身份服务器的 mvc 版本

[英]how to install duende identity server's mvc version in .net

I want to use Duende's identityServer in my MVC project, but after following the steps in installing it the codes installed are in Razor pages but i want it to be in MVC, is there a way to solve this?我想在我的 MVC 项目中使用 Duende 的 identityServer,但按照安装步骤后,安装的代码位于 Razor 页,但我希望它位于 MVC 中,有没有办法解决这个问题?

dotnet new --install Duende.IdentityServer.Templates

dotnet new isui

You need to download the identity version 5.0.0您需要下载身份版本5.0.0

do.net new --install Duende.IdentityServer.Templates::5.0.0 do.net new --install Duende.IdentityServer.Templates::5.0.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Duende 身份服务器:如何将外部提供者令牌与 Duende 令牌一起返回到 Angular/WPF/MVC 客户端 - Duende Identity Server : How to return external provider tokens also to the Angular/WPF/MVC client along with Duende tokens 如何通过安装桌面应用程序升级用户的.NET版本 - How to upgrade a user's .NET version with install of desktop app 调用 Identity Server 时出现 Duende BFF 未经授权的客户端错误。 授予类型代码更改为授予类型客户端凭据 - Duende BFF unauthorized client error when calling Identity Server. Grant Type code changes to Grant Type Client Credentials 如何安装.NET Framework的Debug版本? - How to install Debug version of .NET Framework? 如何在Windows Server 2008 R2上安装ASP.net MVC 2? - How to install ASP.net MVC 2 on Windows Server 2008 R2? 如何在 Asp.NET Identity MVC5 中禁用用户 - How to disable user in Asp.NET Identity MVC5 如何检查计算机上安装的 .NET 版本 - How to check version of .NET install on the computer 在Windows Server上安装ASP.NET MVC应用程序 - Install asp.net mvc application on windows server 通过.NET使用Cocoa的MVC版本有什么好处? - Is there any benefit to using Cocoa's version of MVC with .NET? 如何安装与.net 4.0兼容的json.net版本? - How to install version of json.net compatible with .net 4.0?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM