We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3972fe5 commit cb93792Copy full SHA for cb93792
windows_auth/backends.py
@@ -13,7 +13,7 @@ def clean_username(self, username: str):
13
added to the request by IIS Windows Authentication feature.
14
15
By default, value is expected in Credentials Management API's Down-Level Logon Name scheme (DOMAIN\UserName).
16
- Use WAUTH_USE_SPN to expect value to be is Credentials Management API's User Principle Name scheme (UserName@DomainFQDN.com).
+ Use WAUTH_USE_SPN to expect value to be is Credentials Management API's User Principal Name scheme (UserName@DomainFQDN.com).
17
18
For more information see docs at https://docs.microsoft.com/en-us/windows/win32/secauthn/user-name-formats#down-level-logon-name.
19
:param username: raw REMOTE_USER header value
0 commit comments