1 min readFeb 18, 2019
Well basically you need a code to fetch the token from the keycloak and then add it to the Authorize-header when making a normal request to the API. Depending on the language you are using you should find plenty of examples. As you mentioned console app you are probably looking client credentials flow.