Spring Boot 3.1.x 🔐 | Security Code Changes | Functional Programming | JavaTechie

preview_player
Показать описание
In this tutorial, in this tutorial I will walk you through spring security config and what all recent changes have been made in spring boot 3.1.x

#JavaTechie #SpringBoot #Security

Spring boot microservice Premium course lunched with 70% off 🚀 🚀

Hurry-up & Register today itself!

PROMO CODE : JAVATECHIE50

GitHub:

Blogs:

Facebook:

Join this channel to get access to perks:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community ,
you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

Hi, I leaned wsca interface spring Security it got depreciated and latest one I learner using userdetailservice but I don't know how application work in corporate with large number of users can u make a video on authentication and authorisation happen in corporate and also one using AWS cognito

ritiksingh
Автор

Thank you for the video....i watched your old video and understood that those methods are depricated and now there are not many videos explaining this and you explained it in a simple way...i know they turned it into lambda expressions after Java 8 but I don't know know how to do that...

ashokreddy
Автор

Can you make one video on how to integrate any OIDC idp with an Client Application using Spring Boot Security Latest version

jogeshdash
Автор

Thank you for the update ❤ could you pls create a video for JWT authentication too for spring boot 3.1.1 🙏

princedickson
Автор

Can you please create one video on CSRF as well like without disabling it if we want to do our spring security then we can.

ayushgupta-pjsq
Автор

I could not adapt the authorized security project in this video to microservice. Can you make a video about it?

berkankaragoz
Автор

sir how do we implement exception handler for jwt service

pujanshrestha
Автор

HI Bansant SIr,
we are anxiously waiting for your multitasking series
.

sajid.farooqi
Автор

Previously, did you create the table manually? the problem is that in your program in the entity there is no definition for creating a table, earlier I tried to run your code and the table was not automatically created in my database

sehad_official
Автор

I tried spring cloud gateway with token rekay filter but token unable to forward to downstream services

prabhum
Автор

Can you create API gateway + spring security + Keyclock as auth server to create to create token and call downstream service

prabhum
Автор

Could you make a video on oauth using sso login using okata.

ratnajiguptha
Автор

Same way you add JWT. Encoder code in Config file. Can you uncomment the actual working code using user in the app.yml file?

rakushhkar
Автор

do you have any video where you have used single sign on and JWT together.

AravindA-gzfk
Автор

Hi,

Thanks for that nice video. It really helps to me. I want to create my own exception handling class for invalid JWT. I just want to return something like that:
{
"status" : "error",
"message" : "Invalid JWT"
}

with 401 Unauthorized status code instead of that:
{
"timestamp": "2023-08-20T11:37:29.192+00:00",
"status": 401,
"error": "Unauthorized",
"message": "Full authentication is required to access this resource",
"path": "myPath"
}

How can I handle this exception? A video or comment showing implementation for that would be great! I am really stuckj in this problem and I didn't find the right way.

akifhasdemir
Автор

Hi Sir.. "CHNAGELOG" or "CHANGELOG" :p

hamdi
Автор

hi i hope you well Im constantly getting this fault couldnt fix it, i couldnt find the way. fault is " JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted".

erdalhulagu