Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supported authentication schemes
Supported versions
- On Windows and macOS since 77 or later
Description
Specifies which HTTP authentication schemes are supported.
You can configure the policy by using these values: 'basic', 'digest', 'ntlm', and 'negotiate'. Separate multiple values with commas.
Note: All values for this policy are case sensitive.
If you don't configure this policy, all four schemes are used.
Supported features
- Can be mandatory: Yes
- Can be recommended: No
- Dynamic Policy Refresh: Yes
- Per Profile: No
- Applies to a profile that is signed in with a Microsoft account: Yes
Data type
- String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AuthSchemes
- GP name: Supported authentication schemes
- GP path (Mandatory): Administrative Templates/Microsoft Edge/HTTP authentication
- GP path (Recommended): N/A
- GP ADMX file name: MSEdge.admx
Example value
basic,digest,ntlm,negotiate
Registry settings
- Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended): N/A
- Value name: AuthSchemes
- Value type: REG_SZ
Example registry value
basic,digest,ntlm,negotiate
Mac information and settings
- Preference Key name: AuthSchemes
- Example value:
<string>basic,digest,ntlm,negotiate</string>