Skip to content

Commit ac2c224

Browse files
committed
Update application.py
1 parent 0e958af commit ac2c224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def __init__(
258258
client_credential=None, authority=None, validate_authority=True,
259259
token_cache=None,
260260
http_client=None,
261-
verify=False, proxies=None, timeout=None,
261+
verify=True, proxies=None, timeout=None,
262262
client_claims=None, app_name=None, app_version=None,
263263
client_capabilities=None,
264264
azure_region=None, # Note: We choose to add this param in this base class,

0 commit comments

Comments
 (0)