Skip to content

Commit

Permalink
Resolving no value for argument when calling ACSTokenProvider class o…
Browse files Browse the repository at this point in the history
…utside ClientContext
  • Loading branch information
DEADSCOP committed Dec 7, 2023
1 parent 4608764 commit 185ba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion office365/runtime/auth/providers/acs_token_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class ACSTokenProvider(AuthenticationProvider, office365.logger.LoggerContext):
def __init__(self, url, client_id, client_secret, environment):
def __init__(self, url, client_id, client_secret, environment='commercial'):
"""
Provider to acquire the access token from a Microsoft Azure Access Control Service (ACS)
Expand Down

0 comments on commit 185ba12

Please sign in to comment.