-
Hi,
Iam trying to register the user to MS Intune using the iOS SDK. I have first acquired the token with the help of MSAL library. But when I try to register the user using the function below
```
…
-
It would be useful to have a callback if refresh of the token fails. That way logic could be passed in to prompt the user to re authenticate, retry with a new grant if the session was revoked etc.
…
-
Update: Happens only if there is a scope parameter present.
Exception thrown on line:
var credentials = await handleAccessTokenResponse(
response, authorizationEndpoint, startTime, sco…
-
### Expected Behavior
Should be able to fetch access token or refresh access token with Oath 2.0 authentication.
### Actual Behavior
Failed to fetch token url status=0. no description provided
###…
-
### Describe the bug
Hi, I was looking for a way to move a file inside a storage account > container > folder to another folder in the same container.
thank you
### Related command
this is the c…
-
I got an error when
```
credentials = {
client_id: ENV['XERO_CLIENT_ID'],
client_secret: ENV['XERO_CLIENT_SECRET'],
grant_type: 'client_credentials'
}
…
-
I'm pretty sure that Netatmo has finally depricated "Client credentials grant type" in favour of "Authorization code grant type".
Go to https://dev.netatmo.com/apidocumentation/oauth and look for 'Cl…
ihadx updated
11 months ago
-
OAuth defines client credentials flow as a means of obtaining access token on behalf of the client application, without end-user authentication. This token is used for M2M requests, like an API key.
…
-
Jersey as of 2.23.1 only supports authorization code grant flow. The current design cannot be easily extended to implement other flows - client credentials, implicit, password.
#### Environment
Mac OS…
-
Hi,
First of all, I think this issue is not caused by `django-gmailapi-backend` but a Google OAuth2, even so, I expose my case for if I'm wrong.
I configured the package with GMAIL_API_CLIENT_I…