Skip to content
#

keycloak

Here are 876 public repositories matching this topic...

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

d-vo
d-vo commented Dec 19, 2021

Describe the bug

From the current admin console, it is possible to implement role-based policies with the following requests being issued:

{type: "role", logic: "POSITIVE", decisionStrategy: "UNANIMOUS", name: "Test policy",…}
decisionStrategy: "UNANIMOUS"
logic: "POSITIVE"
name: "Test policy"
roles: [{id: "dcd91634-b0d2-4656-b68b-a00acc1060fx"}]
0: {id: "dcd91634-b0d2-4656-b68b-

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