RobWare.Bots.Templates.BotUI 1.0.0

dotnet new install RobWare.Bots.Templates.BotUI::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

Azure AD Authenticated BOT UI Template for dotnet core 3.1

Background

This package once installed adds a project template to dotnet core 3.1 + that will create a Angulat SPA with a C# web api which will

  • Require an Azure AD authenticated user
  • Generates a session based Web App Bot DirectLine authentication token

The Angular SPA based web chat to then uses the token for authenticating to a deployed Azure Web App Bot.

Install

dotnet new -i /path/tp/RobWare.Bots.Templates.BotUI.1.0.0.nupkg

Usage

dotnet new botui {Options}

Options: -c|--clientID string - Optional Default: {YOUR APPLICATIONS CLIENT ID}

-d|--domain string - Optional Default: {YOUR AZURE AD DOMAIN}

-t|--tenantId string - Optional Default: {YOUR AZURE AD TENANT ID}

-di|--directLineToken string - Optional Default: {YOUR DIRECTLINE TOKEN}

-b|--botTitle string - Optional Default: {YOUR TITLE HERE}

  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 2,514 12/22/2019