Add another option to whitelist not authenticate urls

I am using atlassian connect spring boot which add JWT Authentication to all rest apis which are not being tagged with IgnoreJwt annotation.
The problem came when those rest endpoints are being created in another package for example swagger , spring boot actuator,

I would like to have a way to define a list of url to ignore in a property settings or allow to configure it

source RequireAuthenticationHandlerInterceptor

1 Like

Hi @WilberTorresCristoba,

this was possible in Spring Boot 1 using security.ignored, but I’m afraid we haven’t implemented a replacement mechanism in atlassian-connect-spring-boot 2.

Cheers,
Einar