Skip to content

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

License

Notifications You must be signed in to change notification settings

SCOMnewbie/DeviceCodeHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages