If you are getting the error 500 or 404, put the annotation @configuration in your configure class. Just like this: @EnableWebSecurity *@Configuration * public class SecurityConfig extends WebSecurityConfigurerAdapter{
A brilliant one, as always! Any tutorial on containers/deployment/CiCd integration coming anytime soon? it would give the best conclusion to your microservices and spring security tutorials! ♥️
really helpful video by Kaushik as always , and thanks for the voice alert :P , otherwise my whole attention would have gone to search the issue with my audio system !
Hi Sir, I have benefited a lot from you. Could you please make a series on microservices. you are the one because of whom I have learnt a lot of concepts . much love
if when you make request to "/login" you recipe the controller content instead html, perhaps you have your controller the "@RestController" annotation instead "@Controller" the issue is , restController don't allow send views
I've a web page with a login form running on a server, and I want to do user login verification Should I use this security approach or just Verify the user credentials with the db and provide the login status to frontend ?
what error do you get when trying it. when you use thymeleaf, you have to place the html form inside src/main/resources/templates as this is the default location tha thymeleaf uses to find the html page
Sir I have applied for US Visa I am going to USA. I have only 3 months. Sir I want to get job as a java developer in any Software house what should I need to learn... Sir Plz replay
When he said : "I know it's not pretty, but at least it's yours"
It hit me the hardest man. 😢
love the way you explain by giving some random dialogs like "Hey Spring Security, I want you to blablabla"
I love you!! the clearest tutorial about spring-security I've seen. Thank you so much
Koushik hit puberty and his voice transformed like Yugi to Yami from Yu-Gi-Oh! Just kidding, man, great video as always! :D
lol 💀
Now I understood the benifits of python & django
Very straightforward and helpful tutorial!
If you are getting the error 500 or 404, put the annotation @configuration in your configure class. Just like this:
@EnableWebSecurity
*@Configuration
*
public class SecurityConfig extends WebSecurityConfigurerAdapter{
@Override
protected void configure(HttpSecurity http) throws Exception{
http.
authorizeRequests().
anyRequest().authenticated().
and()
.formLogin()
.loginPage("/login")
.permitAll();
}
}
What is the difference between loginprocessingurl and defaultsucessurl
A brilliant one, as always!
Any tutorial on containers/deployment/CiCd integration coming anytime soon? it would give the best conclusion to your microservices and spring security tutorials! ♥️
Great explanation, nice to hear from you! Thank you!
really helpful video by Kaushik as always , and thanks for the voice alert :P , otherwise my whole attention would have gone to search the issue with my audio system !
Hi Kaushik, May i Know when can we expect Microservices Level 3.
Finally the wait is over ! 👍
Hi Sir, I have benefited a lot from you. Could you please make a series on microservices. you are the one because of whom I have learnt a lot of concepts . much love
Can you provide video for front end login page using angular with back end as spring security
Get well soon. Take care.
Good content as usual.
Please continue spring boot micro services series.?
We are waiting ✋
if when you make request to "/login" you recipe the controller content instead html, perhaps you have your controller the "@RestController" annotation instead "@Controller" the issue is , restController don't allow send views
please more java interview questions
Salute to your dedication man
lol! "i know, its not pretty but its yours." too right you are !
Excellent tutorial.
What a way to start sunday .
because 2 weeks ago Sunday (8 dec 4pm) he spent time preparing this for us :) Thanks Kaushik !
Veer hote send vegan6
Kaushik now all companies are mainly asking questions on data structures and multi threading. Can you please make videos on these ASAP
he hit puberty second time at 7:47
great video !
good one sir
Hello sir, please upload the next tutorial that u mentioned in the end of the video. The method level security tutorial.. Thank you in advance.
Great video👍
Can you explain how rendering works internally? If there are two files named login.html in different folders which one is picked
Can you do with react?
Thanks kaushik.
get well soon
I've a web page with a login form running on a server, and I want to do user login verification
Should I use this security approach or just
Verify the user credentials with the db and provide the login status to frontend ?
This doesn't work in the latest version of Spring Security. Spring ignores the custom login page and always uses the default one.
what error do you get when trying it. when you use thymeleaf, you have to place the html form inside src/main/resources/templates as this is the default location tha thymeleaf uses to find the html page
Yes bro , not working
hi please tell me from which package u use for code
If I change the default name in loginForm() it does not work,why?
Why my default login page ugly?without style? I use spring boot 2.0.3
Hey, can it be done without thymleeaf??
What library do I need to hook this page with active directory authentication ?
thanks .
can you make video to disable spring security?
Hello! can we avoid LoginController and use its logic in SpringSecurity config?
00:00 - 7:45 Java Brains
7:46 - 13:25 Chad Brains
Incomplete. Where is the logout page ?
You sound much more manly after you caught a cold!!
can you please provide the git repo link for the working code.
Thanks Kaushik. #KaushiksNo1Fan
thanks
When are the videos on nodejs coming ?? Btw i love your videos and accent too lol.🔥🔥
End of Jan
how to login with react js
I don't know why but when I enter usernamy and password it redirects me to the same page.
same issue
I believe this has been deprecated
FINALLY NOT AN INDIAN VIDEO!
he is indian lol
You're fucking jesus christ because thanks to you I finally understood spring docs
Sir I have applied for US Visa I am going to USA. I have only 3 months. Sir I want to get job as a java developer in any Software house what should I need to learn...
Sir
Plz replay