Ping Controller is not accessible
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
5 Replies
⌛
This post has been reserved for your question.
Hey @imRajAryan09! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
try using
authorizeHttpRequests
to allow these endpoints with permitAll
I checked with debug points. Its not going to any filter chain rather directly going into
JwtAccessTokenFilter
As if JwtAccessTokenFilter
is enabled gloaballyIs that a problem?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.