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
@pujanshrestha5900 Жыл бұрын
sir how do we implement exception handler for jwt service
@berkankaragoz Жыл бұрын
I could not adapt the authorized security project in this video to microservice. Can you make a video about it?
@prabhum7523 Жыл бұрын
Can you create API gateway + spring security + Keyclock as auth server to create to create token and call downstream service
@Javatechie Жыл бұрын
Yes it's in my queue i will it
@c2cnodepm762 Жыл бұрын
❤
@sehad_official Жыл бұрын
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
@Javatechie Жыл бұрын
First of all i have used existing projects which i explained in spring security videos. If the table is not automatically created then check in your datasource configuration you might miss hbm2.auto.ddl
@AravindA-gz3fk8 ай бұрын
do you have any video where you have used single sign on and JWT together.
@Javatechie8 ай бұрын
No i guess but it's simple what's the problem are you facing?
@AravindA-gz3fk8 ай бұрын
@@Javatechie after an user being authenticated with google, from front end i will be getting an authorization code, with that code i have to verify with google if he is the valid user or not then i have to generate JWT token and give it to the front end, with that JWT code the user can access the protected API's
@anjanx44 Жыл бұрын
Thanks for the update.
@ashokreddy2982 Жыл бұрын
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...
@Javatechie Жыл бұрын
Are you good in lambda ?
@ashokreddy2982 Жыл бұрын
@@Javatechie i know basic idea about lambdas...how they work etc
@Javatechie Жыл бұрын
Cool , i would strongly suggest you to checkout my java 8 playlist it will clear each and every concept of java 8
@prabhum7523 Жыл бұрын
I tried spring cloud gateway with token rekay filter but token unable to forward to downstream services
@jogeshdash4391 Жыл бұрын
Can you make one video on how to integrate any OIDC idp with an Client Application using Spring Boot Security Latest version
@Javatechie Жыл бұрын
Yes I will do using azure AD
@akifhasdemir9740 Жыл бұрын
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.
@Javatechie Жыл бұрын
Sure i will do a video on it . Good question
@akifhasdemir9740 Жыл бұрын
@@Javatechie Thanks!
@ratnajiguptha5643 Жыл бұрын
Could you make a video on oauth using sso login using okata.
@Javatechie Жыл бұрын
Already it's already there buddy please search in channel
@ayushgupta-pj5sq Жыл бұрын
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.
@sajid.farooqi8074 Жыл бұрын
HI Bansant SIr, we are anxiously waiting for your multitasking series .
@Javatechie Жыл бұрын
Multitasking or multi threading? Also please mention the usecase that you are looking for
@sajid.farooqi8074 Жыл бұрын
@@Javatechie sorry Multireading
@Javatechie Жыл бұрын
Why sorry buddy. I am really happy to take suggestions from viewers 🙂
@sajid.farooqi8074 Жыл бұрын
@@Javatechie we are learning means a lot
@rakushhkar4225 Жыл бұрын
Same way you add JWT. Encoder code in Config file. Can you uncomment the actual working code using user in the app.yml file?
@princedickson8902 Жыл бұрын
Thank you for the update ❤ could you pls create a video for JWT authentication too for spring boot 3.1.1 🙏
@Javatechie Жыл бұрын
It's already there Please check out my latest jwt security video
@tykeno Жыл бұрын
Thanks allot
@rishiraj2548 Жыл бұрын
🙏👍
@hamdi533 Жыл бұрын
Hi Sir.. "CHNAGELOG" or "CHANGELOG" :p
@erdalhulagu4516 Жыл бұрын
hi i hope you well Im constantly getting this fault couldnt fix it, i couldnt find the way. fault is " "io.jsonwebtoken.security.SignatureException: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted".