The Wayback Machine - http://web.archive.org/web/20220527110201/https://github.com/topics/keycloak
Skip to content
#

keycloak

Here are 980 public repositories matching this topic...

keycloak
MarkusTStecher
MarkusTStecher commented May 23, 2022

Describe the bug

We are configuring a IdentityProvider in Keycloak with PKCE enabled and PKCE method "SH256". In the token request Keycloak sends the parameter "code_challenge_method" although it's non-standard. The Identity-Provider we configure cancels the request because the request body contains a non-standard parameter. For security reasons all requests with non-standard parameters ar

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