Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit fe69934

Browse files
authored
Removing login.windows.net from comment
1 parent 5708bad commit fe69934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adal/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def scrub_pii(arg_dict, padding="..."):
151151
"redirect_uri",
152152

153153
# Unintuitively, the following can contain PII
154-
"user_realm_url", # e.g. https://login.windows.net/common/UserRealm/{username}
154+
"user_realm_url", # e.g. https://login.microsoftonline.com/common/UserRealm/{username}
155155
])
156156
return {k: padding if k.lower() in pii else arg_dict[k] for k in arg_dict}
157157

0 commit comments

Comments
 (0)