
Importing keycloak configuration files while using docker …
I'm trying to import configuration from one keycloak instance into many different keycloak instances (Each instance is for the same application just differnt sections in my CICD flow) I'm …
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 …
Issuing "API keys" using Keycloak - Stack Overflow
Keycloak (at the time I worked on it) did not have a proper API keys system. The only way to get something close to API keys was to perform a full oauth workflow on a dedicated client.
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 …
Map groups to roles in Keycloak when using OIDC
Keycloak does not request the groups scope per default. To do this: in the Keycloak Admin UI, go to Configure > Client Scopes click "create" enter name: "groups" enable "Include In Token …
Admin Console keeps spinning and don't load : r/KeyCloak - Reddit
Jan 31, 2024 · Hello, Since latest version, the Keycloak Admin Console is no more loading, it keeps spinning all the time. Do you know how to fix it. Cureent version is 23.0.5 and no …
KeyCloak - How to add Role's attribute into a user JWT (Access …
Your rational was good. Unfortunately, the problem is that Keycloak does not consider the role attributes to be user attributes. Consequently, your mapper of "user attribute" type has no …
Experiences with keycloak alternatives : r/selfhosted - Reddit
Apr 9, 2020 · Hi, I want to set up SSO with an OpenID provider like keycloak. Sadly, keycloak neither supports yubikey directly nor web authn as at least second factor which is a must for …
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 …
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 …