Skip to content

Commit c3af17e

Browse files
committed
Merge branch 'oauth2cli-dev' into dev
2 parents c4c4a6f + 38001a4 commit c3af17e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

msal/oauth2cli/oauth2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ def __init__(
139139
"""
140140
if not server_configuration:
141141
raise ValueError("Missing input parameter server_configuration")
142-
if not client_id:
143-
raise ValueError("Missing input parameter client_id")
142+
# Generally we should have client_id, but we tolerate its absence
144143
self.configuration = server_configuration
145144
self.client_id = client_id
146145
self.client_secret = client_secret

0 commit comments

Comments
 (0)