Feign and Spring Security 5 – Client Credentials

For this to work with Spring Security 5 and Feign you need to have a working Spring Security config a Feign interceptor a Feign configuration using that interceptor Working Spring Security Config Here we will register a generic internal-api client for your oauth2 client credentials. This is where you specify the client-id,client-secret, scopes and grant … Read more