SCOMnewbie / DeviceCodeHelper

Small C# library used in PSMALNET Powershell module to interact with EntraID with the device code OAuth flow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeviceCodeHelper

Small C# library used in PSMALNET Powershell module to interact with EntraID with the device code OAuth flow.

How to build it?

  • dotnet new classlib --name DeviceCodeHelper -f net8.0
  • dotnet add DeviceCodeHelper package Microsoft.Identity.Client
  • dotnet build -f net8.0 DeviceCodeHelper

About

Small C# library used in PSMALNET Powershell module to interact with EntraID with the device code OAuth flow.

License:MIT License


Languages

Language:C# 100.0%