What is Keycloak?
Who uses Keycloak?
Keycloak Integrations
Here are some stack decisions, common use cases and reviews by companies and developers who chose Keycloak in their tech stack.
As the access to our global REST-API "Charon" is bound to OAuth2, we use Keycloak inside Quarkus to authenticate and authorize users of our API. It is not possible to perform any un-authenticated requests against this API, so we wanted to make really sure that the authentication/authorization component is absolutely reliable and tested. We found those attributes within Keycloak, so we used it.
Looking for a SAML 2 Service Provider authentication flow. Considering Auth0 vs Keycloak for the Service Provider side any Pros and Cons to both ?
Hello all, I wanted to see if I could get some advice on how to integrate Keycloak with FreeRADIUS . I wanted our users to be able to use their Keycloak credentials to authenticate to our wifi through FreeRadius. I don't see much online for how the two can work together. I already have Keycloak setup and FreeRadius up and running. Now I need the two to talk to each other. Any help would be greatly appreciated.
Hi, Could you please suggest which would be better to use Vault or Keycloak for user authentication and password?
I want some good advice on which one I should prefer. (Keycloak or Okta) Since Keycloak is open source, it will be our first preference, but do we face some limitations with this approach? And since our product is SAAS based and we support the following authentications at present. 1. AT DB level 2. 3rd part IDP providers 3. LDAP/AD...
I have an EAR deployed in a Wildfly instance. And it has many WAR folders. Is it possible to secure the whole EAR with Keycloak? And if I want to secure some of the WAR inside that EAR with Keycloak, is that possible?