harry039804
JCHJava Community | Help. Code. Learn.
•Created by harry039804 on 1/5/2025 in #java-help
Springboot ignoring roles
I am new to springboot and decided to follow a tutorial on how to create a JWT RestApi with it. Upon doing this I noticed that it now completely ignores my
@PreAuthorize
annotations.
In a rest controller class:
My SecurityFilterChain in my securityConfiguration class:
45 replies
JCHJava Community | Help. Code. Learn.
•Created by harry039804 on 1/4/2025 in #java-help
Spring boot security
So I am new to SpringBoot security and have tried searching this but have not managed to find any concrete answers.
Upon authorising HTTP requests in the SecurityFilterChain class it has .formLogin() and .httpBasic(). I was wondering what is the difference between these two? Should I use both or just one of them? What circumstances should I use either or in?
I am aware that .formLogin() creates a HTML log in page but apart from that what is the difference with these?
4 replies