I am trying to implement oauth2 in my spring boot application, So far I have successfully implemented it but there is oene problem I am not able to access the ping controller without the JWT token. Here is my SecurityConfig file. Please help me in finding the issue here