美文网首页IdentityServer4入门教程
IdentityServer4入门教程1-开发环境

IdentityServer4入门教程1-开发环境

作者: 墨人邓 | 来源:发表于2019-10-15 14:10 被阅读0次

    IdentityServer4 快速入门按由浅到深逐步讲解,建议按步骤练习


    准备:

    1.安装“.NET Core 3.0 SDK”

    2.安装 vs code(建议使用英文,删除中文插件即为英文)

    3.安装vscode插件

    (1)C# for Visual Studio Code (powered by OmniSharp)。C#开发支持,包括语法显示、智能感知、转到定义、查找引用、调试等,是VSCode建立C#语言开发的必备扫插件。OmniSharp调试与visual studio编译调试存在冲突,目前未解。

    (2)vscode-solution-explorer:Visual Studio .sln file explorer for Visual Studio Code。

    (3)vscode-icons: Icons for Visual Studio Code,方案文件夹及文件图标,以便更易识别。

    (4)Explorer Exclude:设定文件夹、文件是否显示方案中。

    (5)其他插件,mysql,todo根据自我喜好安装。

    4.安装IdentityServer4模板

    打开vscode终端面板(Ctrl+`),打开Terminal

    终端输入->dotnet new -i IdentityServer4.Templates

    **该命令是从网上下载ids4模板并安装,需要一些时间,安装好了会显示说明。

    相关文章

      网友评论

        本文标题:IdentityServer4入门教程1-开发环境

        本文链接:https://www.haomeiwen.com/subject/xyhsmctx.html