Skip to content

Commit cb93792

Browse files
committed
✏ typo
1 parent 3972fe5 commit cb93792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows_auth/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def clean_username(self, username: str):
1313
added to the request by IIS Windows Authentication feature.
1414
1515
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).
16+
Use WAUTH_USE_SPN to expect value to be is Credentials Management API's User Principal Name scheme (UserName@DomainFQDN.com).
1717
1818
For more information see docs at https://docs.microsoft.com/en-us/windows/win32/secauthn/user-name-formats#down-level-logon-name.
1919
:param username: raw REMOTE_USER header value

0 commit comments

Comments
 (0)