azure-python-authenticate
azure-python-authenticate copied to clipboard
unable to get past step2_live
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'
@zombieland Is this still an issue for you?