Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 324 Bytes

WAMHelper

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

How to build it?

  • dotnet new classlib --name WAMHelper -f net8.0
  • dotnet add WAMHelper package Microsoft.Identity.Client
  • dotnet build -f net8.0 WAMHelper (with or without WAMHelper at the end)