
What are Keycloak's OAuth2 / OpenID Connect endpoints?
Feb 22, 2015 · We are not interested in using Keycloak's own client library, we want to use standard OAuth2 / OpenID Connect client libraries, as the client applications using the keycloak server will be …
How to configure Keycloak 18 running http only in production mode?
May 30, 2022 · I have the situation that I run Keycloak 18.0.0 behind a reverse proxy that is terminating the secure (https) connection. Therefore I would like to build a Docker image that configures …
Should I use keycloak or not? - Stack Overflow
Apr 2, 2018 · In addition, Keycloak is too much about the GUI - which makes it difficult for me, especially during development. Because I also want to provide my team with a local instance of keycloak during …
Accessing a Keycloak Docker-Compose container outside the docker ...
May 16, 2025 · I'm writing a microservice-based Backend using Spring. We decided on using Docker Containers with Docker Compose for everything. Now we need to expose Keycloak to the outside. …
keycloak Invalid parameter: redirect_uri - Stack Overflow
Jul 27, 2017 · According to the version 18 release note. Keycloak does not support logout with redirect_uri anymore. you need to include post_logout_redirect_uri and id_token_hint as parameters. …
Keycloak Authentication invalid_client_credentials - Stack Overflow
Mar 9, 2023 · It could be only due to the fact that you give a wrong client secret to your react app. Double-check your client secret in the credentials tab (inside keycloak) with the one you give to your …
KeyCloak - Reddit
Brining the KeyCloak community together to build the future of Identity and SSO. #security #blockchains #identity
Do Keycloak Clients have a Client Secret? - Stack Overflow
Jun 26, 2017 · 95 Does keycloak client id has a client secret? I tried to create a client in keycloak admin but I was not able to spot client secret. First, you should know that Keycloak implements OpenID …
Keycloak: Could not find resource for full path - Stack Overflow
Jan 4, 2022 · Keycloak: Could not find resource for full path Asked 4 years ago Modified 1 year, 8 months ago Viewed 77k times
Use Keycloak Spring Adapter with Spring Boot 3 - Stack Overflow
Nov 25, 2022 · I updated to Spring Boot 3 in a project that uses the Keycloak Spring Adapter. Unfortunately, it doesn't start because the KeycloakWebSecurityConfigurerAdapter ...