Questions tagged [keycloak-gatekeeper]

Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services. Gatekeeper is an application for use with OpenID Connect (OIDC) that supports both access tokens in a browser cookie or bearer tokens. Please use this tag for asking question regarding Keycloak Gatekeeper here. For more details please see documentation https://www.keycloak.org/docs/latest/securing_apps/index.html#_keycloak_generic_adapter

Links:

94 questions
0
votes
1 answer

Using KeyCloak Gateway in a K8S Cluster

I have KeyCloak Gateway running successfully locally providing Google OIDC authentication for the Kubernetes dashboard. However using the same settings results in an error when the app is deployed as a pod in the cluster itself. The error I see when…
Phyxx
  • 15,730
  • 13
  • 73
  • 112
0
votes
1 answer

Authentication in zabbix with Keycloak-proxy

I'm trying to set up entry in zabbix using Keycloack. My setup is the following: Zabbix start in apache host1:62200 Keycloak start in host2:63665 Nginx is the entry point on host1:62236: it handles the "virtual host", forwarding the requests to…
-1
votes
1 answer

why don't create an initial admin user in keycloak?

enter image description here request url: http://localhost:8080/ request body form data: username: admin password: 12345 passwordConfirmation: 12345 stateChecker: HvbmSO7g6Qg13gLhqF-lStA_WBZDxOX6s5Yy3TB4XRg error: POST http://localhost:8080/ 403…
-1
votes
1 answer

Keycloak Gatekeeper can't refresh tokens due to CORS

I have a Keycloak Gatekeeper proxy (https://localhost:8080) in front of my application (http://localhost:8081) to offload OAuth2. It connects against a Keycloak server (https://keycloak.my.company). Login and accessing the app through Gatekeeper…
lathspell
  • 3,040
  • 1
  • 30
  • 49
1 2 3 4 5 6
7