Bro last week I was just thinking what is Azure active directory and here is a video by you thank you so much
@lakshminathanrd51745 ай бұрын
How to get and print accessToken that is provided by Azure AD after authentication?
@arnabneogi4237 Жыл бұрын
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?
@VVeNqbMx0 Жыл бұрын
Why do we need to use server: forward-headers-strategy: native ?
@Javatechie Жыл бұрын
To avoid proxy
@thahermohammed-s2g Жыл бұрын
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
@RjDBIIPL Жыл бұрын
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
@BalarajuKanike Жыл бұрын
Hi basant, is it possible to get access_token attribute here?
@rushikeshkarkhanis7915 Жыл бұрын
Thanks for the video. Can you built frontend (Full Stack Application) React/Angular and Spring Boot ??
@Javatechie Жыл бұрын
I will
@rushikeshkarkhanis7915 Жыл бұрын
@@Javatechie Thank you ♥️
@anilreddy9654 Жыл бұрын
Can u provide me the repo for frontend and backend with azuread
@devchouhan24367 ай бұрын
I have a two api's they are preserved with azure ad how can I communicate with them using resttemplate
@KoppoluBalayogeeswar Жыл бұрын
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
@Javatechie Жыл бұрын
That token expiry limit you can set 📐
@gopisambasivarao5282 Жыл бұрын
Appreciate your efforts, Basant...
@rajkumarwinc93728 ай бұрын
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?
@anilreddy9654 Жыл бұрын
How to call the api in postman what parameters need to send
@weixiangng82793 ай бұрын
javatechie, if were to implement OTP after azure ad authentication how can I retrieve the email from the azure ad access token?
@niharr79 ай бұрын
Instead of client secret i would like to implement private key jwt based client authentication. How to do that?
@zenitneziri4677 Жыл бұрын
@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.
@Javatechie Жыл бұрын
In the first login attempt this issue appears but try in the new browser it will not give any error
@kamalk49175 ай бұрын
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
@balrajkanike1685 Жыл бұрын
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?
@Javatechie Жыл бұрын
Please correct your configuration in yml
@balrajkanike1685 Жыл бұрын
@@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 :)
@VVeNqbMx0 Жыл бұрын
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?
@Javatechie Жыл бұрын
No you can't do that. That's completely violence the contract of auth delegation
@VVeNqbMx0 Жыл бұрын
I need his first name,last name and email. What is wrong with wanting to store it?
@Javatechie Жыл бұрын
Yes these principal details you can get no problem with that
@Kj-qj8bc4 ай бұрын
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
@manee427 Жыл бұрын
Amazing video. How can we access user details inside the controller?
@Javatechie Жыл бұрын
Pass the principal object and get user details.
@manee427 Жыл бұрын
@@Javatechie thanks a lot
@niharr710 ай бұрын
Thanks Basant. How to retrive the id token and userinfo in spring App
@Javatechie10 ай бұрын
No i don't think we can do that because it's an oauth security
@praveshyadav39363 ай бұрын
Thats great bro.
@bboyfool215 Жыл бұрын
Nice tutorial, thank you How about the logout feature, or how can we force logout from springboot application. Hope you have another demo
@zawedakhtar379 Жыл бұрын
Thank you for this video:)
@prabhatmahanty379911 ай бұрын
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.
@indibizz1724 Жыл бұрын
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?
@surajpandey7533 Жыл бұрын
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.
@vignesh3184 Жыл бұрын
Can we generate token using azure ad?
@Javatechie Жыл бұрын
Which token?
@vignesh3184 Жыл бұрын
@@Javatechie jwt or session token
@hashimp5262 Жыл бұрын
Very helpful content 👍🏻
@roshanraj87278 ай бұрын
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
@Javatechie8 ай бұрын
Good to hear this roshna , if you want to encrypt in yml file then can use jasypt
@roshanraj87278 ай бұрын
@@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
@rajkumarwinc93728 ай бұрын
@@roshanraj8727no way
@rajkumarwinc93728 ай бұрын
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.
@thahermohammed-s2g Жыл бұрын
how to logout once I logged in
@jaswanthg3876 Жыл бұрын
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
@Javatechie Жыл бұрын
Thanks buddy for appreciating my work. Hope for the best 🤞🥰
@sajid.farooqi8074 Жыл бұрын
I think sir is working for the requested topic, hopefully we will soon see Multireading course
@Javatechie Жыл бұрын
Yes i will cover multi threading soon . It will be helpful if you guys could specify the usecase which you are looking for.
@sajid.farooqi8074 Жыл бұрын
@@Javatechie we are supposed to start from initial to advance level.
@jaswanthg3876 Жыл бұрын
@@Javatechie how multithreading used in the springboot
@omaradrian80 Жыл бұрын
Thanks for the effort!!
@udiptadas4936 Жыл бұрын
captcha now working? anyone have same issue /
@balrajkanike1685 Жыл бұрын
Is it possible to authenticate user and get user group details like this? Please reply
@Javatechie Жыл бұрын
User details means you can get name and email i don't think we can extract other fields
@RjDBIIPL Жыл бұрын
hi sir, i need global access microsoft azure active directory,can you post as soon as possible
@anilreddy9654 Жыл бұрын
angular and spring boot rest apis azure ad project
@zawedakhtar379 Жыл бұрын
Basant sir is great
@rakibahmed1011 Жыл бұрын
Please..... Make video on the new Spring Authorization Server.!!!