-
```
Right now, GDClient.GetAccessToken raises a generic RequestError on failure but
it may be more suitable to raise UnableToUpgradeToken.
```
Original issue reported on code.google.com by `skrulx`…
-
### Describe the bug
I am using @logto/vue and my session is expired(the response of logto is 400), but the return value of logto.isAuthenticated is still true
### Expected behavior
I…
-
Once i have published API Document and deployed as localhost. When i try access token via GetAccessToken i am getting below error. OAuth flow is configured with Azure B2C.
![image](https://user-im…
-
```
Right now, GDClient.GetAccessToken raises a generic RequestError on failure but
it may be more suitable to raise UnableToUpgradeToken.
```
Original issue reported on code.google.com by `skrulx`…
-
When I call `oauth.refreshToken()`, it only return this response:
```
{
token_type: Bearer,
refresh_token: ......,
expires_in: 4995,
expire_timestamp: 1723180388929,
id_token: ....…
-
I have simply Office Excel Web Addin from Visual Studio 2022 which is my base code for development. I have implemented one function which is based on authentication with Office SSO and then Behalf aut…
-
```
Right now, GDClient.GetAccessToken raises a generic RequestError on failure but
it may be more suitable to raise UnableToUpgradeToken.
```
Original issue reported on code.google.com by `skrulx`…
-
## Summary:
Making any call to getting the office access token on safari browser (OfficeRuntime.auth.getAccessToken()) throws an unexpected error of code 13006 even when the requirement set is bein…
-
Hello there,
I can create an ERP token with the following method:
**tiClient.getIdpClient().getAccessToken(connectorId, workplaceId)**
I therefore conclude that the url 'https://erp-ref.zentral…
-
(I spotted this in the example about uploading a video, but I have just checked that the same error is present in **MOST OF THE EXAMPLES**, if not all of them).
At https://developers.google.com/you…