Tyk with keycloak oauth2 flow

Hello everyone, I’m trying to implement tyk gateway oauth2 Auth with keycloak, to secure my API behind it with sso.
I’m getting into an issue where I cannot find anywhere how I suppose to configure tyk to make the initial request to the token endpoint in order to obtain jwt after authenticating without using some sort of middleware or my own application.
In the docs it says that tyk supports full Auth flow using oauth2, is it available only with the dashboard API or am I missing something?

@noam_fogel Hello and welcome to the community :partying_face:

As you’ve discovered, this isn’t possible without some sort of middleware or app. More details here:

Could you help point out where in the docs you observed this for clarity?