-
Not an issue, just a question.
I use several OAuth services with scribejava and they mostly work in a similar manner. There are however, exceptions in case of Microsoft Azure, at least for `custom(…
-
Hello,
I'm developing connection from ERP system to your marketplace. The idea is the ERP will send informations about products and offers to Allegro and download offers. It will be done automaticaly…
-
I am attempting to store/retrieve Azure AD Refresh Tokens. I would prefer to be able to use RSA with biometrics, however, I am running into Issue #262. So, I have attempted to use AES and FB. Unfor…
-
### Is this related to a new or existing framework?
_No response_
### Is this related to a new or existing API?
Authentication
### Is this related to another service?
_No response_
### Describe …
-
As a user,
I should receive a refresh token,
so that I can use it to obtain access tokens.
-
[Complete changelog v1.5](https://github.com/matrix-org/matrix-spec/blob/e40d9ca18676fc774b39f30b44998d7f0118596a/content/changelog/v1.5.md)
### Client-Server API
Backwards Compatible Changes
…
-
We're seeing that refreshing tokens from outside of a GCP env is slow, often around 1 second for us. Because of this we'd like to get the refresh done in background outside of the `get_token` call. Th…
-
**Impact of the new feature**
In order to perform any work based on token based authentication we should establish routine procedure to obtain new access token from a given refresh one.
**Is your …
-
### Describe the bug
Currently ID tokens will be refreshed alongside code flow access tokens when ID token is nearly expired.
However if the ID token is still valid but the access token is not, then…
-
Hi,
I am getting the following error when I try and refresh tokens:
```
connection failed with response 503 (service unavailable)
```
Here is the code I wrote (placed on line 25 of the demo app)
`…