Questions tagged [keycloak-connect]

keycloak-nodejs-connect is a Keycloak Node.js Adapter. Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.

This module makes it simple to implement a Node.js Connect-friendly application that uses Keycloak for its authentication and authorization needs.

148 questions
1
vote
1 answer

How to get last added user or updated users in keycloak?

I wanted to get the list of users which are added or updated in last 1 day. I read the documentation of keycloak but didn't find any way to get that list. Anyone please help me, as I m new to keycloak, I don't know the way how to do it. Actually I…
Akshaykumar Maldhure
  • 1,239
  • 1
  • 18
  • 32
1
vote
0 answers

Is Keycloak direct grant flow secured?

I am wondering if Keycloak direct grant flow is secured ? I would definitely prefer login users from pages of my Angular web application and if I understand properly, to do so I have to use the Keycloak direct grant flow. But, this grant flow is…
mlbiche
  • 67
  • 2
  • 9
1
vote
2 answers

How to handle transactions between multiple operations in keycloak using the java keycloak admin library

I want to achieve transaction functionality in keycloak. I am creating a user then a role and associating that role with the user. I want all of these operations in a single transaction. Here is my code snippet: Keycloak keyClk =…
1
vote
0 answers

Admin url console not available when running keycloak slave with --backup option

I am running keycloak in domain master-slave configuration. In order to have dc backup in case master goes down i configured in such a way that am able to connect to connect to domain controller through jboss cli using the command when the master…
1
vote
1 answer

Keycloak Node.js Adapter not working behind corporate proxy

Unable to get https://www.npmjs.com/package/keycloak-connect to work with proxy. I am able to access the Keycloak server with the same proxy from the browser and from curl, though. The only promising thing that I have tried was this: app.set('trust…
Ajay Raghav
  • 906
  • 9
  • 16
1
vote
1 answer

keycloak container is restarting with an error docker-compose

keycloak: image: gcr.io/my-private-1237028390/jboss/keycloak:latest ## (keycloak : v7) restart: always environment: DB_VENDOR: mariadb DB_ADDR: db DB_DATABASE: keycloak DB_USER: keycloak …
1
vote
1 answer

How to make loopback 4 application authenticated with keycloak

How to use loopback4 application authentication strategy with keycloak or keycloak-connect . Keycloak provides steps w.r.t express application but would like to use it in loopback4. Ref :…
1
vote
0 answers

Keycloak - Dynamic Registration URLs

I trying to implement a way to efficiently manage several thousand users in a keycloak cluster somewhat automatically. I am wondering if there is a way for a user with higher credentials to generate a registration link containing url parameters that…
Andy
  • 708
  • 1
  • 11
  • 32
1
vote
1 answer

Keycloak node.js adapter doesn't invalidate connect.sid session cookie on logout

Node.js keycloak-nodejs-connect adapter (version 4.3) is used in an application gateway for protecting microservices' endpoints according to docs: var session = require('express-session'); var Keycloak = require('keycloak-connect'); var…
0
votes
0 answers

how to use keycloak token feature that never expired

why is the never expires token feature in Keycloak not working and how to use the feature? enter image description here tokens cannot be used enter image description here please help me I've tried setting expired tokens in the advanced settings of…
0
votes
0 answers

I installed the keycloak and configured the LDAP, but in the user page, it doesn't list the users of the LDAP. Can anyone solve this?

I installed the keycloak version of 22.0.1 and configured the LDAP users. When I sync all users, it shows 0 users imported and 22 users added. On the Users page, it doesn't show the users of LDAP. I checked the configuration of LDAP, and all is…
0
votes
0 answers

Is there a way to get the authentication from KeyCloak without password and without webAuthN

I am currently working on a face recognition based login for an application and I want to provide authentication and authorisation for the user if his face is verified. Now Here's how the flow goes, The user scans their face and the facial data is…
0
votes
0 answers

Why after login keycloak display "Cookie not found. Please make sure cookies are enabled in your browser."

After login from keycloak login page to my website. it display "Cookie not found. Please make sure cookies are enabled in your browser.". check my cookie is enable to the browser. Expect the display my dashboard after login from the keycloak default…
0
votes
0 answers

Keycloak Server not sending the custom email verification URL

I am trying to integrate custom email verification flow using keycloak server version 21.1.1. I am using following REST API…
0
votes
0 answers

Why can't create keycloak 21.1.2 first admin?

Why can't create keycloak 21.1.2 first admin? Showing error with status 403 when creating first admin. ERROR: An internal server error has occurred create first admin page error this is error How to create keycloak 21.1.2 first admin? or How to…