WOW... one of the best explanatory videos on Azure Identity for web developers I have ever seen. can you please do a video like the one you did on .net core + angular for nodejs+react? it looks like there are a lot of different things: 1. in node you need client secret, in .net core you don't. 2. in Angular you configure scopes for frontend and backend apps together, so you log in to both tokens and use it smoothly, in react this need to be manual...
@azureteachnet Жыл бұрын
Thanks for the feedback. Unfortunately Node.js is not my core competency. Will try if possible. Again Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet.
@Pawansoni432 Жыл бұрын
Welcome back
@subho1190Ай бұрын
If you enable scope validation and role validation on a api endpoint and user has either role/scope matching but noth both then how it will behave?
@azureteachnetАй бұрын
It would return unauthorized.
@pauliusvasiliauskas267611 ай бұрын
can you create a video on topic hot to create client app and api app, ant when client authenticates and gets access-token for the api app, in that time fill custom claims to it , that api app could see like user.deparment, user.companyname, user.jobtitle in the token.
@azureteachnet11 ай бұрын
sure. But it is very simple. You just need to write a middleware.