appauthnetication 1.1.16

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global appauthnetication --version 1.1.16
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local appauthnetication --version 1.1.16
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=appauthnetication&version=1.1.16
                    
nuke :add-package appauthnetication --version 1.1.16
                    

AppAuthentication Cli Tool

Requirements for this tool:

  • Windows 10
  • Visual Studio.NET

Usage

Before running this cli tool please make sure that your project files updated to support the following environment variables that this tool generates:

    MSI_ENDPOINT=http://host.docker.internal:5050/oauth2/token
    MSI_SECRET=9243C6B3-7E00-400C-B065-0DBF77D33E84

This can be done via docker-compose.override.yml like so:


    environment:
      - MSI_ENDPOINT=${MSI_ENDPOINT}
      - MSI_SECRET=${MSI_SECRET}
  • Make sure that all of the existing Containers and Images are removed from the system as well.

  • Select Azure Service Authentication Account Selection by going to Tools --> Options to the account that will be authenticated with your company's Azure Vault.

  • Retrieve Azure AD Directory Id by navigating to Azure Portal

  • Run this CLI tool with the following sample command:

    appauthentication run -a  https://login.microsoftonline.com/{companyDirectoryId} -v

-- Now you are ready to run your docker container locally and use Azure Vault.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated