Skip to content

Commit 2ae19ac

Browse files
authored
fix: updated service account API token params (#121)
1 parent 4e6fa90 commit 2ae19ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

centml/sdk/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def authenticate_with_client_credentials():
100100
'grant_type': 'client_credentials',
101101
'client_id': settings.CENTML_SERVICE_ACCOUNT_ID,
102102
'client_secret': settings.CENTML_SERVICE_ACCOUNT_SECRET,
103-
'scope': 'openid profile email',
104103
}
105104
response = requests.post(settings.CENTML_SERVICE_ACCOUNT_TOKEN_URL, data=params, timeout=10)
106105
response.raise_for_status()

0 commit comments

Comments
 (0)