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
0
votes
0 answers

keycloak-connect / express middleware failes to validate token

My problem: i have a client where users successfully authenticate against keycloak (using keycloak-js) in a "frontend"-client. I then use the "keycloak.token" and forward this to a node/express/keycloak-connect backend. There, the validation of the…
user1351376
  • 31
  • 1
  • 3
0
votes
0 answers

What is the workflow for a basic Auth OIDC with Keycloak

I have keycloak on docker (v20.0.2) and as you know some versions change some or good part of the UI, so is hard to follow tutorials around the web... I am trying to follow this particular…
0
votes
0 answers

APEX and Keycloak integration - redirect problem after login

I'm trying to upgrade my APEX application (APEX 20.2.0.00.20) with a Keycloak authorization procedure. What I am doing: A - On Keycloak: Realm: we already have a realm configured, which is used by other apps, in other development technologies. 1 -…
0
votes
0 answers

Obtain Keycloak RPT Token by Resource Type

Following this documentation: https://www.keycloak.org/docs/latest/authorization_services/index.html#_service_obtaining_permissions You are able to obtain an RPT by a resource name, scope, or both. The ADMIN evaluation API to test your policies,…
0
votes
0 answers

Customise 'We are sorry' keycloak page?

I have a realm in keycloak and I would like to customise the 'We are sorry' page the user gets redirected to when the url was not found. I just customized the terms and conditions page where I simply had to create a terms.ftl in my repo under…
Ben Fisher
  • 59
  • 5
0
votes
0 answers

Keycloak REST spi 404 Not Found after successful deployment

Im a ROR/JS FSD and a newbie to Java and Keycloak, Im setting up an auth server to be used by multiple rails applications and need to extend the functionality with a one time token endpoint. Im running Keycloak v20.0.1 on a docker image and trying…
0
votes
1 answer

Nestjs-Query Keycloak-connect

Nest-Keycloak-connect is protecting all DTOs, Public() Decorator not working when querying a housing. Getting always Unauthorized when i want to query public items. import { ID, ObjectType } from "@nestjs/graphql"; import { FilterableField, Relation…
0
votes
0 answers

Getting error - connect ECONNREFUSED ::1:80 while for user verification

Getting error - connect ECONNREFUSED ::1:80 while for user verification using @keycloak/keycloak-admin-client I'm not able to get what is causing this error. Is my baseURL wrong or what? import { Injectable, Logger } from…
0
votes
1 answer

Keycloak migration from v8 to v18

We have a requirement to migrate keycloak from v8 to v18. Can someone please suggest how to start migration ? Any reference links/document for migration step? Do's and Don't ? Thanks !
0
votes
0 answers

How to configure multi realm in nestjs nest-keycloak-connect library?

They ask to pass this configuration, but it doesn't explain how it works, and since I use token from 2 different realms I can't authenticate. Can someone explain to me how to do all the configuration authServerUrl: 'http://localhost:8180/auth', …
0
votes
1 answer

How can I integrate Keycloak SSO with Php application?

I am very new to keycloak which is open source that provides authentication to our app. I have my simple php app and I need to integrate the Keycloak SSO feature with my php app. I did some research on google that keycloak does not provide any…
Abhishek Poddar
  • 101
  • 1
  • 3
  • 8
0
votes
1 answer

Failing to setup keycloak quarkus version

while doing the setup of keycloak quarkus first we need to run the kc.bat file in windows but while running the bat file in cmd i am getting c:\program is not recognised as internal or external command, Even though i have added the root path in…
Ashis Patra
  • 21
  • 1
  • 3
0
votes
0 answers

Can we add new users and permissions to keycloak without using the admin console?

So I have multiple services running in the cluster. Is there a way to send new users or new permissions coming from new/updated services in the cluster without interacting with the admin console? I know Keycloak has rest APIs but will I need to have…
0
votes
1 answer

Keycloak 15.1.0 forgot password

I've tried in many ways to reset my password from keycloak standalone 15.1.0 but never succesed. Every time it's say "We are sorry...An internal server error has occurred" I set up already my realm with my email account and gmail host and i Enable…
0
votes
0 answers

Trying to integrate Keycloak into my drupal site, using openid-connect. Getting error

Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("openid_connect_client") to generate a URL for route "openid_connect.redirect_controller_redirect". in…
anushka
  • 13
  • 3