Skip to content

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

License

Notifications You must be signed in to change notification settings

SCOMnewbie/WAMHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 net6.0
  • dotnet add WAMHelper package Microsoft.Identity.Client
  • dotnet build -f net6.0 WAMHelper (with or without WAMHelper at the end)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages