-
Hello,
I'm seeing dozens of logins/update operations per minute on my Keycloak instance originating from this provider, while I have only a couple of managed resources (1 client and 2 protocol mapp…
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
Auth via API.
(we also received 403s when attempting to refresh access tokens using the provided refresh token).
Same as https…
-
I didn't find this in docs, is there `refresh_token` support?
```
refresh_token
OPTIONAL. The refresh token used to obtain new access tokens
using the same end-user access grant…
-
I have the following code
I am using `python-keycloak=4.4.0`
```
keycloak_connection = KeycloakOpenIDConnection(
server_url="https://localhost:8443",
username="admin",…
-
This is the last request that we have from UNICEF and the most urgent as funds run out soon. They want a record of learning that looks more complex than what I was expecting. Do you think we can impr…
-
In the documentation for this module on npmjs here: https://www.npmjs.com/package/node-oauth2-server
There is some confusing wording regarding supported grant types. Under the features section: htt…
-
We are getting a CORS error when trying to authenticate against the token authorization endpoint. We are able to authenticate using the password grant type.
> Access to XMLHttpRequest at 'http://X.…
-
Passing a bad token to refreshAccessToken() on Android results in:
`
Failed to get token: [invalid_grant: invalid token]
`
However on iOS I get:
`
Failed to get token: invalid_grant: inval…
-
**Describe the issue:**
When using the refresh token grant with an already authorized internal management scope the token request fails with the below response.
`{
"error_description": "Inv…
-
Feature request to have a Token API:
`GET tokens/?type=request&request_timeout=&token_timeout=`
`GET tokens/?type=renew&session=`
`GET tokens/?type=release&session=`
Whereby only one token ses…