Skip to content
#

keycloak

Here are 881 public repositories matching this topic...

keycloak
borudena
borudena commented Dec 15, 2021

Describe the bug

Keycloak version : 9.0.3

Issue:

Main concern here is that attacker might take information from the error of login page where the login page shows error "invalidFederatedIdentityActionMessage" in certain scenario which is associated with the Library used Keycloak - https://github.com/keycloak/keycloak. This can give the attacker handy information about the tech

rishabhpoddar
rishabhpoddar commented Sep 3, 2021

There was an error where someone was trying to sign up using the thirdparty recipe and postgres rejected the query cause of value too long for type character varying(128) - and in the thidparty table, only the third_party_user_id column has 128 chars limit.

Error log reference:

[https://app.zenhub.com/files/231921809/8968d6d6-bcdd-48d8-aa60-fd556e934acd/download](https://app.zenhub.com/files

siddisking
siddisking commented Jan 5, 2022

Description

Just started using this library to manage our REST api requests.

Our requirement was to create a group with some attributes but there was no example for the same.

The official documentation mentions the key attribute but representation of the same is missing

After going through QA on stackoverflow i found the representation of attribute map is something like this

`kcAd

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

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