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.
1 parent e4405e4 commit 775e8b5Copy full SHA for 775e8b5
msal/application.py
@@ -320,9 +320,7 @@ def acquire_token_by_authorization_code(
320
self._validate_ssh_cert_input_data(kwargs.get("data", {}))
321
return self.client.obtain_token_by_authorization_code(
322
code, redirect_uri=redirect_uri,
323
- data=dict(
324
- kwargs.pop("data", {}),
325
- scope=decorate_scope(scopes, self.client_id)),
+ scope=decorate_scope(scopes, self.client_id),
326
headers={
327
CLIENT_REQUEST_ID: _get_new_correlation_id(),
328
CLIENT_CURRENT_TELEMETRY: _build_current_telemetry_request_header(
0 commit comments