App-to-App Authentication with Keycloak – Step by Step Guide
In this step-by-step guide, we will explore how to set up Keycloak for app-to-app authentication. Project In this demo, we are going to create a project named “Cool Project” . It has a FastAPI-based API server and client app. For app-to-app authentication/authorization, we will use the OAuth2 client credentials flow. OAuth 2.0 Client Credentials Flow … Read more