Top "Keycloak" questions

Integrated Single Sign On (SSO) and Identity Manager (IDM) for browser apps and RESTful web services.

How to Create a Client in Keycloak to use with AWS Cognito Identity Federation

I have a user base with identity and authentication managed by keycloak. I would like to allow these users to …

amazon-web-services single-sign-on amazon-cognito openid-connect keycloak
Zuul reverse proxy with Keycloak server

I'm configuring a Spring Cloud (Angel.SR6) application using the Zuul reverse proxy utility, in order to hide the internal …

spring-security spring-boot spring-cloud netflix-zuul keycloak
Using OpenID/Keycloak with Superset

I want to use keycloak to authenticate my users in our Superset environment. Superset is using flask-openid, as implemented in …

python openid-connect keycloak flask-security apache-superset
Keycloak error invalid_client Bearer only not allowed

I'm trying to deploy a very simple REST service secured with keycloak and am getting the following error: Caused by: …

java rest http keycloak
Keycloak public client and authorization

We are using keycloak-adapter with Jetty for authentication and authorization using Keycloak. As per Keycloak doc for OIDC Auth flow: …

java web-applications authorization keycloak openid-connect
API Server: Unable to authenticate the request due to an error: invalid bearer token

I set up a sample Kubernetes Cluster with 3 master nodes and 2 worker nodes. I tried to connect it to an …

kubernetes keycloak kubernetes-apiserver kubespray
SMS based OTP in keycloak is possible?

I am exploring keycloak and I want to build an application that was based on user mobile number, SMS OTP …

spring-boot oauth-2.0 keycloak keycloak-services
Revoke Keycloak access token

I am using Keycloak to secure my react front-end and node.js back-end. These clients are protected using role based …

node.js reactjs keycloak keycloak-rest-api keycloak-nodejs-connect
keycloak bearer-only clients: why do they exist?

I am trying to wrap my head around the concept of bearer-only clients in Keycloak. I understand the concept of …

keycloak