Problem with Spring Security
Hello, I would be grateful for help
I do the logic that when users were registered immediately and in the keycloak also
were created, so here is the problem encountered that the method /api/v1/users/user, to which I explicitly indicated that permitAll() still requires authorisation, please tell me how to be, thank you in advance.
Here I made another pure get method to test whether permitAll() was applied at all and everything works fine.
I do the logic that when users were registered immediately and in the keycloak also
were created, so here is the problem encountered that the method /api/v1/users/user, to which I explicitly indicated that permitAll() still requires authorisation, please tell me how to be, thank you in advance.
Here I made another pure get method to test whether permitAll() was applied at all and everything works fine.


