azure-python-authenticate icon indicating copy to clipboard operation
azure-python-authenticate copied to clipboard

unable to get past step2_live

Open zombieland opened this issue 10 years ago • 1 comments

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 avatar Jun 09 '15 19:06 zombieland

@zombieland Is this still an issue for you?

sebastus avatar Apr 23 '16 22:04 sebastus