Authentication APISIX vs Keycloak by API Key

I want to know how to set up APISIX authentication with Keycloak through API Key. Does the Keycloak help creating API key? Please help me if you know

Just in case you haven’t seen it, here is some kind of guide to Apisix and Keycloak: API Gateway APISIX Integrates Keycloak for Authentication | Apache APISIX® -- Cloud-Native API Gateway

Keycloak doesn’t support something like API keys or PATs (personal access tokens).

1 Like

Thank you for support, I read this article, just as you said the Keycloak does not have the API key support.

I want to know if I use Access token to authenticate, the Keycloak can help me manage the user’s service registration package?
For example, automatically substract licenses in subscription or automatically check the registration period.

Keycload does nothing of that per default. You’d have to implement some custom stuff.

1 Like