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.
2 parents c4c4a6f + 38001a4 commit c3af17eCopy full SHA for c3af17e
msal/oauth2cli/oauth2.py
@@ -139,8 +139,7 @@ def __init__(
139
"""
140
if not server_configuration:
141
raise ValueError("Missing input parameter server_configuration")
142
- if not client_id:
143
- raise ValueError("Missing input parameter client_id")
+ # Generally we should have client_id, but we tolerate its absence
144
self.configuration = server_configuration
145
self.client_id = client_id
146
self.client_secret = client_secret
0 commit comments