python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Authentication between Keycloak and Backend-Services
We use Keycloak to secure our Spring Boot based Java Backend Services. Every endpoint is secured and a bearer token is expected inside the authorization header for each request. Keycloak then validate...
Michel
Votes: 0
Answers: 0
ConfigResolver class is calling multiple times for a request in SprinBoot + Keycloak multi tenancy implementation
I am working on a spring boot application. I need to integrate Keycloak with it with support for multi tenancy
I am trying PathConfigResolver to resolve tenant details from path
But while I am sending...
Abhi
Votes: 0
Answers: 0
Is there a possibility to automatically login by clicking on verify email link triggered by /send-verify-email
If Keycloak's self-registration form is used, once submitted, it will send an email verification link to that newly registered user.
Once the user clicks the link, his email will be verified, and it w...

Martel
Votes: 0
Answers: 0
Extend authentication with custom licenses entities?
I'm using Keycloak as an auth server behind an Nginx reverse proxy.
Leveraging the multi-tenancy and multi-roles suites my needs but I'd like to extend the authentication flow with some custom user-pr...
Barnercart
Votes: 0
Answers: 0