A powershell script to obtain a SPNEGO token. This can be used with Entra Seamless SSO.
Import-Module .\Kerb2SPNegoToken.ps1
$token = Get-SPNEGOToken
...
// Use token for in authorization header with Negotiate
A powershell script to obtain a SPNEGO token. This can be used with Entra Seamless SSO.
PowerShellBSD-3-Clause