Thank you for the feedback. Please subscribe to the channel if you have not subscribed yet.
@TellaTrix Жыл бұрын
Wow lot of new stuff to learn on you youtube series
@azureteachnet Жыл бұрын
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet.
@datacrunch Жыл бұрын
A video that worked. Nice work.
@azureteachnet Жыл бұрын
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet. Thanks.
@microsoftgraphExplorer2 жыл бұрын
Awesome and concise
@azureteachnet2 жыл бұрын
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet 🙂
@NigelStratton2 жыл бұрын
Very helpful. Thank you.
@azureteachnet2 жыл бұрын
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet.
@mariuszschimke11082 жыл бұрын
Excellent! Thanks for this video!!
@azureteachnet2 жыл бұрын
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet. There are more Azure Practical videos in the channel.
@zameb9374 Жыл бұрын
Very nice, mate. I was looking for it. Just a question, can I do it without "connected services" (MS Id. Platform) in the project? I mean, just using configuration with the proper values and code? I ask because it appears to be exclusive facilitation to Visual Studio users. Would like to know if it hids any other magic than generate code and add configuration settings.
@azureteachnet Жыл бұрын
Thanks for the feedback. You can use your own Open Id configuration and add azure configuration.
@regulardev2 жыл бұрын
At 9:40, a single role is assigned to a user. Is it possible to assign multiple roles to a single user?
@azureteachnet2 жыл бұрын
Yes. It is possible. First you have to create multiple roles to your application.
@valeriik91352 жыл бұрын
Thanks for your work. your videos help me to figure out what to do with auth via AzureAD. but one more case is left. what if a user is added to a group and the group has assigned app roles. in this case the user doesn't get the app roles from their group. it seems to me that it shouldn't work this way. I'm seeking a solution to that. but if you could help - it would be easier to understand what's going on and why it doesn't work for me :)
@azureteachnet2 жыл бұрын
Thanks for your feedback. Here is the video on Azure AD Authorization using Groups - kzbin.info/www/bejne/ppS6lYVmgciBl6s . If you still want roles from the group, you may explosre Graph API. Please subscribe to the channel and also share it with your friends. Thank you 🙂
@anurag34872 жыл бұрын
.NET 6 Project Templates do not have Startup.cs class rather a Program.cs class. Also the csproj file is also worth looking. By default is set to true, which says that we need to make the strings as nullable explicitly.
@azureteachnet2 жыл бұрын
This is primarily focused on .Net6 Minimal APIs+ Azure AD rather .Net6 Minimal API basics. I am going to create a separate video for that. Actually most of the youtubers covered basics of Minimal Apis so I am just focusing on specific things like this. :-)
@anurag34872 жыл бұрын
@@azureteachnet your videos are very useful my friend. I have cleared my AD concepts and their implementations via your vids. Thanks buddy
@azureteachnet2 жыл бұрын
Thanks you too. You are one of the best in providing good feedback and encouraging others. Thanks for sharing my channel on your twitter.🙂
@regulardev2 жыл бұрын
Thanks. I was exactly looking for this minimal api demonstration with user roles. A query: at 11:41, the postmanclientapp is added as an authorized client application. Is that a mandatory step? I am asking since I could not find an equivalent step in your non minimal api video at link kzbin.info/www/bejne/a521k6d6iN6doNU
@azureteachnet2 жыл бұрын
I am sorry. I could not see my own videos because of youtube restrictions. Could you post the title of the video. There are two types of oAuth authorization process. 1. client credential (application permissions) 2. user name and password (delegated permissions) In the other video, I might have shown the delegated permissions. i.e some user logs in to the postman via browser. One of these steps are mandatory if you want to use Azure AD. There is one other way to authenticate with azure ad and that is using Managed Identities which can be set only on Azure Resources. If this information helps, please subscribe to the channel if you have not subscribed yet also share my channel with your colleagues. Thank you 🙂