-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi Greg,
I am unable to get past line 245 to fetch the token. Is this code outdated ? We are trying to transition from Google Apps OAuth to Azure AD. Please help
OAUTH STEP 2 - go fetch the token
token_dict = azure_session.fetch_token(BASE_TOKEN_URL % resource_name, code=aad_code, client_secret=CLIENT_KEY, resource=RESOURCE_URI)
raise HTTPError(http_error_msg, response=self) ...
▼ Local vars
Variable Value
self
<Response [400]>
http_error_msg
'400 Client Error: Bad Request'
Metadata
Metadata
Assignees
Labels
No labels