About 73 results
Open links in new tab
  1. 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 …

  2. KeyCloak - Reddit

    Brining the KeyCloak community together to build the future of Identity and SSO. #security #blockchains #identity

  3. 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 …

  4. How to configure Keycloak 18 running http only in production …

    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 …

  5. 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 …

  6. Keycloak Docker HTTPS required - Stack Overflow

    Apr 16, 2018 · Old answer for Keycloak up to 16.1.1 and Keycloak legacy 17+: Publish port 8443 (HTTPS) and use it instead of 8080 (HTTP): docker run \ --name keycloak \ -e …

  7. 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 ...

  8. reactjs - How to efficiently handle Keycloak token refresh in a …

    Oct 8, 2024 · import { useKeycloak } from "@react-keycloak/web"; const { keycloak, initialized } = useKeycloak(); const token = keycloak.token; This Keycloak object contains both the access …

  9. Generate JWT Token in Keycloak and get public key to verify the …

    Aug 1, 2020 · How do I use Keycloak to generate this JWT token? Also, Apigee needs a public key of the origin of the JWT token (the server which signed the JWT token, in this case, I …

  10. Authentik and Authelia does it matter ? : r/selfhosted - Reddit

    The way I see it, if it’s one or two applications that you plan to host and use, using their built-in auth is fine, particularly if they have MFA, but for more services than that SSO becomes a lot …