-
Hi - I have used the library for a Flutter web app I am building however I get the following error twice (details below).
```
Error: Exception: The user profile was not loaded as the user is not lo…
-
I am using the `Credentials` provider with a custom backend service for authentication. I have some logic in the `jwt` callback that checks if the token is about to expire and makes a call to the back…
-
### Description
As far as I can tell, Keycloak expects that at most one external identity provider is used as part of a Step-Up Authentication flow. Even if not officially supported, using two diff…
-
### Is your proposal related to a problem?
One of the features which we will like to propose to get the activity dashboard for tracking the DAUs and MAUs for the ODD platfrom. It will help the a…
-
## Description
Create tickets for Helm charts that need upgraded
## Background/context
- Part of maintaining a Kubernetes platform is keeping supporting services up to date
## Technical notes
---
…
-
Question Question(s):
First, I'm accustomed to keycloak-angular on the web side of things and am wanting to create mobile app w/ ionic.
keycloak-angular provides a Service which you initialize up …
-
**Describe the bug**
We are using `@react-keycloak/web` provider in our app and I realized `` component executes callback function which I pass in `onTokens` prop twice.
**To Reproduce**
For exam…
-
Hi, I'm using nexus3-keycloak-plugin and docker-nginx-gateway to implement SSO of nexus3.
Everything goes well, but when I click the "Sigh Out" button in the nexus3 ui, it doesn't work. I got a 500…
-
### Before reporting an issue
- [X] I have searched existing issues
- [X] I have reproduced the issue with the latest release
### Area
token-exchange
### Describe the bug
Access token …
-
The onAuthRefreshError event does not return the error information. So we are not able to log the message when token refresh fails due to some reason.
```
if (event.type === KeycloakEventType…