keycloak
Here are 1,026 public repositories matching this topic...
-
Updated
Jul 9, 2022 - JavaScript
The idea is to navigate and have commands similar to a shell: https://news.ycombinator.com/item?id=31173562
-
Updated
Jul 8, 2022 - Java
Describe the bug
The test case for searching user by custom attributes is wrong here. By the documentation of keycloak rest api, the search params should be like `users.find({ q: 'key1:va
We will need a page with documentation on how to set up a client in Keycloak using public open-id connect. For more information about this feature see: #91
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Dec 18, 2021 - TypeScript
-
Updated
Jul 7, 2022 - Python
This package has only oidc and saml client support, but requested to have docker-v2 protocol client support.
-
Updated
Jul 7, 2022 - Java
-
Updated
May 16, 2022 - TypeScript
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
Jul 1, 2021 - JavaScript
Hi, I am using this amazing plugin with Vue 2 + Composition API.
The problem is - $keycloak not available in context.
In setup(props, context), in context.root there is no information about $keycloak.
The only one way to solve this is on creating a Vue instance, create a watcher, which "sync" results from the $keycloak to my store and then, I will have an information in the setup, but it's o
-
Updated
Apr 1, 2019 - Java
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jan 17, 2018 - Java
-
Updated
Jun 24, 2022 - Java
-
Updated
Jul 8, 2022 - Python
Improve this page
Add a description, image, and links to the keycloak topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the keycloak topic, visit your repo's landing page and select "manage topics."
Describe the bug
Doing a faulty POST Request on Token endpoint
/realms/{realm-name}/protocol/openid-connect/tokenhere without form data and missing Content-Type leads to NullPointerException and HTTP 500 API response
{"error":"unknown_error"}For sure this is an usage error, but in other error case keycloak gives back clear error indication: