Benefit of using Keycloak Configurrer Adapter instead standard SpringBoot OAuth

What extra features are covered when you use KeycloakWebSecurityConfigurerAdapter instead of standard spring OAuth security? We use Keyclaok for issuing tokens and Spring boot as backend services.

There are some additional filters added but I did not went into details. So I would be interested in what do you get extra with this additional dependency.