Hey Basanth, this is very helpful. But how can you integrate this with spring security and apply filter? Example, if I want to implement this with api-gateway and want to implement authentication to only a few APIs, I would need to implement spring security. How can I do that using azure authentication?
Hi Basant, if we search for any videoos we will get your videos on top first. Thanks for your efforts. How to get access_token, refresh_token, id_token, client_info, expires_in, token_type, scope etc... details when user logged in.
Based on your video the server maintains the cookie for the subsequent requests to validate, how do we achieve passing bearer token to validate ont he authentication is done on azure, basically i want to achieve stateless after you authenticate in azure for next 1hr e.g. based on your oAuth token expiry
do me a favor sir i need to access Azure AD directory with personal mcrosoft accounts only, Need to access my tenant from personal microsoft accounts . reply ...please
@@Javatechie that is almost same, and that credentials are successfully authenticating user without spring boot, I think here this request it self not going to azure ad login page because if any error in configuration azure ad login page display it there :)
@JavaTechie I am trying to create a tenant within Azure AD, in order to put some users there and connect to a backend project. But I can't create a tenant at all, when I go to the manage tenants, the create tenant button is not clickable at all. p.s Also when entering Azure AD I have no primary domain (I tried to enter a custom domain the button is not clickable too) if this is a relevant factor to above issue.
Hi sir. I have a application where my FE is react and is deployed to a app service in azure and it is authenticated using Msal. It calls my BE spring boot app deployed to another Web app in azure . How to I need to configure security in this scenario as my FE does authentication and it receives token. Do I need to validate that token or Altogether create a new app registration for my BE app or make use of existing client to validate the token send from FE
You are one of the most underrated youtuber But eventually you will reach out to 1M Thanks for the videos Also if possible try to do the videos on Multi threading it would be helpful
Hello Basant bhai, this video is very helpful. I have a doubt. My requirement is to fetch the microsoft form data by using graph api. So, here how and where I register the microsoft form url so that I will get the data as response.
Hi bhai, great video but one doubt, suppose we want keep the authentication and authorization same like we have azure and want to call this rest API from postman or Angular and want the token validation, from 2nd time onwards how can we do, could you please suggest
Nice explanation , i was thinking of a poc on this and i got all information through your channel ❤. If possible can let me know how can i encrypt the tentanid , client id in application.yml , Thanks in advance
Sir, I have a large pdf (50 pages) in that pdf I want to put data in some fields of that pdf and after that send it to user.. Could you please make a video on that to write content to html pages and after that convert to pdf.
Hello admin. Can I make one package for authentication in spring for user verification and configure with my existing Java and .jsp project? Using azure ad ..is it possible?
Bro last week I was just thinking what is Azure active directory and here is a video by you thank you so much
How to get and print accessToken that is provided by Azure AD after authentication?
Hey Basanth, this is very helpful.
But how can you integrate this with spring security and apply filter?
Example, if I want to implement this with api-gateway and want to implement authentication to only a few APIs, I would need to implement spring security.
How can I do that using azure authentication?
Why do we need to use
server:
forward-headers-strategy: native ?
To avoid proxy
with Azure AD if user logged in once then we don't need to ask again username password how to do this with spring boot and azure thanks in advance
Appreciate your efforts, Basant...
Thats great bro.
Hi Basant, if we search for any videoos we will get your videos on top first. Thanks for your efforts.
How to get access_token, refresh_token, id_token, client_info, expires_in, token_type, scope etc... details when user logged in.
Based on your video the server maintains the cookie for the subsequent requests to validate, how do we achieve passing bearer token to validate ont he authentication is done on azure, basically i want to achieve stateless after you authenticate in azure for next 1hr e.g. based on your oAuth token expiry
That token expiry limit you can set 📐
do me a favor sir i need to access Azure AD directory with personal mcrosoft accounts only, Need to access my tenant from personal microsoft accounts . reply ...please
javatechie, if were to implement OTP after azure ad authentication how can I retrieve the email from the azure ad access token?
Hello i just recreated this but finally it is redirecting to default login page from spring server, not redirecting to Azure AD login page. Why?
Please correct your configuration in yml
@@Javatechie that is almost same, and that credentials are successfully authenticating user without spring boot, I think here this request it self not going to azure ad login page because if any error in configuration azure ad login page display it there :)
I have a two api's they are preserved with azure ad how can I communicate with them using resttemplate
Thanks for the video. Can you built frontend (Full Stack Application) React/Angular and Spring Boot ??
I will
@@Javatechie Thank you ♥️
Can u provide me the repo for frontend and backend with azuread
@JavaTechie I am trying to create a tenant within Azure AD, in order to put some users there and connect to a backend project. But I can't create a tenant at all, when I go to the manage tenants, the create tenant button is not clickable at all.
p.s Also when entering Azure AD I have no primary domain (I tried to enter a custom domain the button is not clickable too) if this is a relevant factor to above issue.
In the first login attempt this issue appears but try in the new browser it will not give any error
Amazing video. How can we access user details inside the controller?
Pass the principal object and get user details.
@@Javatechie thanks a lot
Hi basant, is it possible to get access_token attribute here?
Instead of client secret i would like to implement private key jwt based client authentication. How to do that?
Hi sir. I have a application where my FE is react and is deployed to a app service in azure and it is authenticated using Msal. It calls my BE spring boot app deployed to another Web app in azure . How to I need to configure security in this scenario as my FE does authentication and it receives token. Do I need to validate that token or Altogether create a new app registration for my BE app or make use of existing client to validate the token send from FE
Hi Basant, currently I'm working on Azure ad SSO, could you please help me on , How to implement logout of Azure ad logged in user?
Very helpful content 👍🏻
Nice tutorial, thank you
How about the logout feature, or how can we force logout from springboot application. Hope you have another demo
Thanks Basant. How to retrive the id token and userinfo in spring App
No i don't think we can do that because it's an oauth security
I want to store the users that authenticate via Azure AD inside a db. How can I get the user information after it logged in via Azure AD?
No you can't do that. That's completely violence the contract of auth delegation
I need his first name,last name and email. What is wrong with wanting to store it?
Yes these principal details you can get no problem with that
How to call the api in postman what parameters need to send
Thank you for this video:)
You are one of the most underrated youtuber
But eventually you will reach out to 1M
Thanks for the videos
Also if possible try to do the videos on Multi threading it would be helpful
Thanks buddy for appreciating my work. Hope for the best 🤞🥰
I think sir is working for the requested topic, hopefully we will soon see Multireading course
Yes i will cover multi threading soon . It will be helpful if you guys could specify the usecase which you are looking for.
@@Javatechie we are supposed to start from initial to advance level.
@@Javatechie how multithreading used in the springboot
Hello Basant bhai, this video is very helpful. I have a doubt. My requirement is to fetch the microsoft form data by using graph api. So, here how and where I register the microsoft form url so that I will get the data as response.
Hi bhai, great video but one doubt, suppose we want keep the authentication and authorization same like we have azure and want to call this rest API from postman or Angular and want the token validation, from 2nd time onwards how can we do, could you please suggest
Thanks for the effort!!
Nice explanation , i was thinking of a poc on this and i got all information through your channel ❤. If possible can let me know how can i encrypt the tentanid , client id in application.yml ,
Thanks in advance
Good to hear this roshna , if you want to encrypt in yml file then can use jasypt
@@Javatechie Is there any way to directly access the codes from azure active directory from spring boot app instead of having them in .yml file
@@roshanraj8727no way
Sir, I have a large pdf (50 pages) in that pdf I want to put data in some fields of that pdf and after that send it to user..
Could you please make a video on that to write content to html pages and after that convert to pdf.
Hello admin. Can I make one package for authentication in spring for user verification and configure with my existing Java and .jsp project? Using azure ad ..is it possible?
Is it possible to authenticate user and get user group details like this? Please reply
User details means you can get name and email i don't think we can extract other fields
hi sir, i need global access microsoft azure active directory,can you post as soon as possible
Can we generate token using azure ad?
Which token?
@@Javatechie jwt or session token
Basant sir is great
captcha now working? anyone have same issue /
how to logout once I logged in
angular and spring boot rest apis azure ad project
Please..... Make video on the new Spring Authorization Server.!!!
Okay i will