- Видео 110
- Просмотров 322 487
Deep Dive Dotnet
Индия
Добавлен 30 июн 2020
This channel will contain videos on various .net developer stuffs... :)
Securing Application and resources using Microsoft Entra ID Security Groups
Securing Application and resources using Microsoft Entra ID Security Groups
Просмотров: 111
Видео
DB Bulk Operations in .Net - Best Options
Просмотров 732 месяца назад
This Video helps you to pick right option to perform Bulk operations in .NET based on the performance results with various libraries like EF core, Dapper, EF Core Bulk Extensions, SqlBulkCopy
Dotnet Upgrade Assistant - Tech upgrade to latest dotnet core version.
Просмотров 1299 месяцев назад
Dotnet Upgrade Assistant - Tech upgrade to latest dotnet core version.
How to switch between dotnet versions - global.json file - dotnet version management
Просмотров 70110 месяцев назад
How to switch between dotnet versions - global.json file - dotnet version management
Node Version Manager - Switching nodejs runtime version
Просмотров 2910 месяцев назад
nvm for windows - switching between various nodejs SDK/runtime version without installing and uninstalling nodejs.
Implementing Windows Authentication in C# for Enterprise grade apps.
Просмотров 50011 месяцев назад
Implementing Windows Authentication in C# for Enterprise grade apps.
System Assigned vs User Assigned Identities in Microsoft Entra ID or Azure AD
Просмотров 154Год назад
System Assigned vs User Assigned Identities in Microsoft Entra ID or Azure AD
OAuth 2 Grant Types explained with demo using Azure Ad or Entra Id auth server
Просмотров 780Год назад
OAuth 2 Grant Types
Securing Web API Data and Functionality using App Roles or Application Permissions in Azure MSAL
Просмотров 1,6 тыс.Год назад
Securing Web API Data and Functionality using App Roles or Application Permissions in Azure
Securing Web API Data and Functionality from Client Apps using Scopes in Azure MSAL
Просмотров 1,3 тыс.Год назад
Securing Web API Data and Functionality from Client Apps using Scopes or Delegated Permissions in Azure
Secure ASP.NET Web API with Microsoft Entra ID or Azure MSAL
Просмотров 25 тыс.Год назад
Secure ASP.NET Web API with Microsoft Entra ID or Azure AD
Cloud Patterns - Asynchronous Request Reply
Просмотров 60Год назад
Cloud Patterns - Asynchronous Request Reply
Cloud Patterns - Anti Corruption Layer pattern
Просмотров 59Год назад
Cloud Patterns - Anti Corruption Layer pattern
MSAL Azure AD Authentication with React
Просмотров 44 тыс.Год назад
MSAL Azure AD Authentication with React
Ten Design principles for Cloud App development.
Просмотров 31Год назад
Ten Design principles for Cloud App development.
Mediator Design Pattern - Behavioral design Pattern
Просмотров 63Год назад
Mediator Design Pattern - Behavioral design Pattern
Interpreter Design Pattern - Behavioral design Pattern
Просмотров 48Год назад
Interpreter Design Pattern - Behavioral design Pattern
Strategy Design Pattern - Behavioral Design Pattern
Просмотров 39Год назад
Strategy Design Pattern - Behavioral Design Pattern
Visitor Design Pattern - Behavioral Design Pattern
Просмотров 22Год назад
Visitor Design Pattern - Behavioral Design Pattern
Task vs Thread AND Multithreading vs Asynchronous Programming
Просмотров 347Год назад
Task vs Thread AND Multithreading vs Asynchronous Programming
How to triage Azure Redis Connection related errors and design decisions
Просмотров 302Год назад
How to triage Azure Redis Connection related errors and design decisions
Distributed Caching in ASP NET core with Azure Redis
Просмотров 444Год назад
Distributed Caching in ASP NET core with Azure Redis
Mister very happy for your explanation and help me to solve a problem here. Thanks...
I love you! Thank you so much!
ok ok ok
Is a license required to use stylecop?
At 3min45 something i can hear the sound is that an elephant or something in the background ?
can this secret removed from here and moved to key vault
Hello, can I install Basic apps without the secret password? I just want to make sure they have Chrome, Edge and Office products, thanks!
Can't see the secret lient code, oh I'm able to see it🤣
Great video man!! question: I'm trying to authenticate using ADB2C with Google and Microsoft from my React.js code. Google works fine. However, Microsoft identity provider return me: App.js:41 Error en la autenticación: ServerError: server_error: AADB2C90273: An invalid response was received : 'Error: invalid_request,Error Description: Proof Key for Code Exchange is required for cross-origin authorization code redemption.' Correlation ID: 8bc4f8a5-f144-41c5-8558-0747ba55a5b3 Timestamp: 2024-09-05 02:47:13Z I'm very crazy how to work using PKCE in my react.js code... any suggestion/help/idea are welcomed!
Do I need to create azure account first to create App Registration and then to generate client id?
I am getting the exact exception in the title of your video, but I don't think it is the same error you described. The reason I say that the error does not occur while iterating through the first rows of data. I am using keyset pagination, and initially I tried page size of 200 records. What I found was that the code worked fine on the first page, but trying to iterate the second page would generate the above exception. If there was an invalid column name in the SQL Query generated by EF Core 8, then clearly the error would happen sooner, correct? Meaning, while processing the first row. I do have quite a complex query being generated due to having quite a few Include() calls, but I looked over the SQL statement and ran it myself and it executed in about 23 seconds without errors.
What is the concept of authorizing here, i will get all the scopes which are exposed in app registration inside token ? Or only those which user has given. I mean how can we use thise scopes for a user level. In this video you exposed one scope now how to handle for one user which has this and another user who will not have it in token.
Excelente!!! Could you indicate how to obtain user account information from Azure AD after successfully logging in. such as user account and roles
Do you have any references to create this using msal java
m not getting that secrete key in nuget package url
Very useful! You finally unlocked me that topic, very appreciate. Thank you so much!
I guess the code in index.js needs to be msalInstance.setActiveAccount(msalInstance.getAllAccounts()[0]); and not msalInstance.setActiveAccount(msalInstance.getActiveAccount()[0]);
Thanks a ton man. People should make more niche contents like these more
Not a good video, wtf is this man? 🤢🤢🤢🤢
Thanks for the video! Well explained.
Amazing explanation, short and sweet. Clears all basic doubts
Hi Manoj. Great video. I already have an onprem api exposed via entra id. How do I pass authorization header to the api? Entra ID authentication is overwritting the authorization header.
i am not sure about the authentication option here. if i want to authenticate ad user to access my web application how to do? we should have some demo with sample applicaton
This is fantastic...never understood this despite going through courses
Sir can we use our react login page instead of microsoft login page??
could you post video with node js API
how to get auth code for refreshtoken
Thanks for the c# generics constraint video, can you provide any references where we can explore more on this, like any online resource, books, articles
could you share code link?
i am getting error Module not found: Can't resolve '@azure/msal-common'
if you get this add below code in config "@azure/msal-common": path.resolve( __dirname, "node_modules", "@azure", "msal-common", "dist" )
Azure active directory menu not showing on azure portal
oke!
I want to register azure ad enterprise app through .net code.. suggest any video demo for this..
Thanks a lot for step by step process
Awesome, thank you!
Thank You
Pls share the github repo. Thanks 🙏 🙏
Thanks for this informational session. Please make a video on demo the user flows through which user can self signup and added to tenant as a Guest user.
Help how do i get or store the token from the url?????
can I please get a source code
followed exactly step by step i still get unauthorized in postman even when i get a valid token to use
I tried logging in to Azure account using personal outlook account, it does not allow to sign in, support says personal outlook account cannot be used to login to azure, pls suggest how to proceed
Thankyou this helped me in my project. Is there a way that i can view and edit these files too ?
Can use the Same token to logic to api project as an authorized user if you using same app registration
Yes
where is the sample code link ?
how to configure app roles for the application and what checks will be required for those app roles in the code?
Good explanation ❤
OK
this is just perfect thanks
Thank you!!! great introduction video