Skip to content

Instantly share code, notes, and snippets.

@janikvonrotz
Created February 17, 2014 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janikvonrotz/9049817 to your computer and use it in GitHub Desktop.
Save janikvonrotz/9049817 to your computer and use it in GitHub Desktop.
PowerShell: Disable Extended Protection in ADFS 2.0 to allow Google Chrome and Firefox to Authenticate Using NTLM #ADFS #Office365 #PowerShell
PS C:\Users\su-adfs> Set-ADFSProperties -ExtendedProtectionTokenCheck:None
WARNING: PS0038: This action requires a restart of the AD FS Windows Service. If you have deployed a federation server
farm, restart the service on every server in the farm.
PS C:\Users\su-adfs> iisreset.exe
Attempting stop...
Internet services successfully stopped
Attempting start...
Internet services successfully restarted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment