Skip to content
#

keycloak

Here are 1,026 public repositories matching this topic...

keycloak
psytester
psytester commented May 13, 2022

Describe the bug

Doing a faulty POST Request on Token endpoint /realms/{realm-name}/protocol/openid-connect/token
here 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:

  • Form data given, but Content-Type is mi
area/oidc kind/bug good first issue help wanted
vladninja
vladninja commented Jul 16, 2021

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

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the keycloak topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keycloak topic, visit your repo's landing page and select "manage topics."

Learn more