Questions tagged [keycloak]

8 questions
1
vote
0 answers

Keycloak access to private ssl key file

I use letsencrypt certs for ssl and need to setup a keycloak to work with these certificates. Keycloak is running in the docker container, if it is important. So, I mount certs as volumes to the keycloak's container volumes: -…
BUKTOP
  • 143
1
vote
0 answers

Deploy Keycloak on Native Kubernetes

I want to deploy Keycloak on Native Kubernetes cluster v1.29.2. I tried this: Deployment: kubectl create -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/latest/kubernetes/keycloak.yaml Cluster: 8.8.8.101 (control plane…
1
vote
0 answers

Does Keycloak supports Java 21?

I would like to know if Keycloak supports Java 21 and from which version of Keycloak. If not, when it will be. I have tested Keycloak 21.1.1 on Java Amazon Corretto 21 and have not find any problem so far. Unfortunatelly I have not found any clue in…
0
votes
0 answers

How can we trigger automatic logins/logouts when a user logs in or out of one of several websites connected to Keycloak?

We run WordPress, a second website based on moodle (a learning management system), and Keycloak on three different subdomains of the same domain. Both moodle and WP accept SSO from Keycloak in the sense that Keycloak is the only place were people…
Pida
  • 107
0
votes
0 answers

LDAP Users at AWS Client VPN via Keycloak SAML

Friends, I have OpenLDAP configured with Keycloak realm. Now I want to integrate Keycloak SAML to AWS IAM Identify provider and then utilise same within AWS Client VPN connection. I am not getting proper documentation for this. Can you please…
0
votes
0 answers

Multi Region Keycloak Deployment?

I have deployed keycloak on Region 1 with the write end point as the database(Azure Postgres Flixible Server) URL. Now as I want to configure a DR for my application, I wanted to deploy keycloak on another region too. For that I replicated the…
0
votes
0 answers

Keycloak is returning: Invalid parameter: redirect_uri

Keycloak (19.0.1) is running in a server (with docker) external with a domain and tests are beeing realized from another network, i found the problem could be http://localhost:8080, but I have another system with Auth0 that works with…
0
votes
1 answer

NET ERR CERT COMMON NAME INVALID on subdomain, Let's Encrypt

I'm working on new website and use HTTPS. From my personal desktop computer and iPhone everything is working fine, but my friend from another country experiencing the following issue: NET ERR CERT COMMON NAME INVALID I use Let's Encrypt…
alexanoid
  • 175