Skip to content

Windows Integrated auth

Jiri Formacek edited this page Dec 30, 2024 · 1 revision

Module supports Windows Integrated authentication for environments where it can be used to authenticate with EntraID - such as domains federated with ADFS, or with Seamless SSO support in place.
Sample below shows this in action:

New-AadAuthenticationFactory `
-TenantId mytenant.com `
-DefaultScopes 'https://graph.microsoft.com/.default' `
-AuthMode WIA `
| Get-AadToken `
| Test-AadToken -PayloadOnly
Clone this wiki locally