I’m creating a backend in Java + SpringBoot and I’m implementing Keycloak as authentication in my backend and I want to integrate this authorization in apidog. I’ve followed the steps and my token is generated, but when I want to make a basic request to verify that my service is working, the response I get is that I have to log in to keycloak. Could someone who has done this help me please?
Hello, when debugging the API, you can select OAuth 2.0 in the Auth section and configure it to get the token.