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

  2. KeyCloak - Reddit

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

  3. Keycloak: Access token validation end point - Stack Overflow

    Jan 16, 2018 · Running keycloak on standalone mode.and created a micro-service by using node.js adapter for authenticating api calls. jwt token from the keyclaok is sending along with each api calls. …

  4. Keycloak, FreeIPA, OpenLDAP pros/cons : r/linuxadmin - Reddit

    May 4, 2020 · Keycloak works with an identity provider for SSO. Openldap is a super barebones ldap server. I wanted to edit and say, openldap is barebones but also very capable and integrate-able. At …

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

  6. Getting Keycloak's public key - Stack Overflow

    Jan 23, 2019 · I inspected the certificate from keycloak's UI where you can manually get the public key, and it was a 10 year expiration. But that's not a given that it isn't scheduled to change before that. I'm …

  7. Keycloak vs. Authentik vs. Authelia, help choose SSO

    Keycloak offers something called federation which is not THAT different from AD in concept except that federation is a way to solve centralized authentication and authorization over the web. OAuth2/OIDC …

  8. Authentik or Keycloak : r/selfhosted - Reddit

    Apr 24, 2022 · Keycloak requires an external instance of LDAP and from experience is a royal pain to setup well. I have additional security in front of Authentik minimizing the attack surface (Geo …

  9. SSO with SAML, Keycloak and Nextcloud - Stack Overflow

    Jan 23, 2018 · I am trying to setup Keycloak as a IdP (Identity Provider) and Nextcloud as a service. I want to setup Keycloak as to present a SSO (single-sign-on) page. I am running a Linux-Server with …

  10. python - Integrate Keycloak with FastAPI - Stack Overflow

    Aug 17, 2023 · Keycloak supports OAuth2 via OIDC, so you can use any OIDC library like pyoidc or with a Keycloak specific integration like fastapi-keycloak-middleware. Implementing OAuth2 without OIDC …