-
Notifications
You must be signed in to change notification settings - Fork 0
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