Cloud Patterns - Ambassador
11:00
Жыл бұрын
Azure Architecture Part 1
29:19
Жыл бұрын
Memento Design Pattern
27:23
Жыл бұрын
Command Design Pattern
28:50
Жыл бұрын
Template Method Design Pattern
22:44
State Design Pattern
22:42
Жыл бұрын
The observer Design Pattern
19:10
Жыл бұрын
Пікірлер
@rahulrai290
@rahulrai290 7 күн бұрын
can this secret removed from here and moved to key vault
@jerrydorsey5951
@jerrydorsey5951 8 күн бұрын
Hello, can I install Basic apps without the secret password? I just want to make sure they have Chrome, Edge and Office products, thanks!
@jerrydorsey5951
@jerrydorsey5951 8 күн бұрын
Can't see the secret lient code, oh I'm able to see it🤣
@DanielGonzalez_ARG
@DanielGonzalez_ARG 13 күн бұрын
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!
@pallavipatil8270
@pallavipatil8270 23 күн бұрын
Do I need to create azure account first to create App Registration and then to generate client id?
@johnnyvlee
@johnnyvlee Ай бұрын
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.
@mainhunhero
@mainhunhero Ай бұрын
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.
@branyhernandez6697
@branyhernandez6697 Ай бұрын
Excelente!!! Could you indicate how to obtain user account information from Azure AD after successfully logging in. such as user account and roles
@surbhisinghai89
@surbhisinghai89 Ай бұрын
Do you have any references to create this using msal java
@amitgawade4184
@amitgawade4184 Ай бұрын
m not getting that secrete key in nuget package url
@AdriaCalaf
@AdriaCalaf 2 ай бұрын
Very useful! You finally unlocked me that topic, very appreciate. Thank you so much!
@aioxio
@aioxio 2 ай бұрын
I guess the code in index.js needs to be msalInstance.setActiveAccount(msalInstance.getAllAccounts()[0]); and not msalInstance.setActiveAccount(msalInstance.getActiveAccount()[0]);
@abishekbaiju1705
@abishekbaiju1705 2 ай бұрын
Thanks a ton man. People should make more niche contents like these more
@moriischroder7198
@moriischroder7198 2 ай бұрын
Not a good video, wtf is this man? 🤢🤢🤢🤢
@rohitvarghese5809
@rohitvarghese5809 2 ай бұрын
Thanks for the video! Well explained.
@yogesh_maher
@yogesh_maher 3 ай бұрын
Amazing explanation, short and sweet. Clears all basic doubts
@pillaka00
@pillaka00 3 ай бұрын
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.
@TheMyvelmurugan
@TheMyvelmurugan 3 ай бұрын
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
@santosh949
@santosh949 3 ай бұрын
This is fantastic...never understood this despite going through courses
@PrashantKhamitkar
@PrashantKhamitkar 3 ай бұрын
Sir can we use our react login page instead of microsoft login page??
@madhand1472
@madhand1472 3 ай бұрын
could you post video with node js API
@madhand1472
@madhand1472 3 ай бұрын
how to get auth code for refreshtoken
@rahulgupta77
@rahulgupta77 3 ай бұрын
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
@AnushaUpadya
@AnushaUpadya 3 ай бұрын
could you share code link?
@madhand1472
@madhand1472 3 ай бұрын
i am getting error Module not found: Can't resolve '@azure/msal-common'
@madhand1472
@madhand1472 3 ай бұрын
if you get this add below code in config "@azure/msal-common": path.resolve( __dirname, "node_modules", "@azure", "msal-common", "dist" )
@ShivaniNikam-kk4hx
@ShivaniNikam-kk4hx 3 ай бұрын
Azure active directory menu not showing on azure portal
@furwahr2891
@furwahr2891 4 ай бұрын
oke!
@progamer-dr8sn
@progamer-dr8sn 4 ай бұрын
I want to register azure ad enterprise app through .net code.. suggest any video demo for this..
@kiranraj5003
@kiranraj5003 4 ай бұрын
Thanks a lot for step by step process
@tjldsl
@tjldsl 4 ай бұрын
Awesome, thank you!
@leonardonunessilva8407
@leonardonunessilva8407 4 ай бұрын
Thank You
@elijahugwu7239
@elijahugwu7239 4 ай бұрын
Pls share the github repo. Thanks 🙏 🙏
@rajat19961
@rajat19961 4 ай бұрын
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.
@denji3397
@denji3397 4 ай бұрын
Help how do i get or store the token from the url?????
@vishalgangapuram6239
@vishalgangapuram6239 5 ай бұрын
can I please get a source code
@arel3708
@arel3708 5 ай бұрын
followed exactly step by step i still get unauthorized in postman even when i get a valid token to use
@chintanparmar7533
@chintanparmar7533 5 ай бұрын
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
@uditgupta3429
@uditgupta3429 5 ай бұрын
Thankyou this helped me in my project. Is there a way that i can view and edit these files too ?
@warrock0009
@warrock0009 5 ай бұрын
Can use the Same token to logic to api project as an authorized user if you using same app registration
@deepdivedotnet185
@deepdivedotnet185 5 ай бұрын
Yes
@dancristian3673
@dancristian3673 6 ай бұрын
where is the sample code link ?
@jatinmehra8050
@jatinmehra8050 6 ай бұрын
how to configure app roles for the application and what checks will be required for those app roles in the code?
@praveenkumarp2322
@praveenkumarp2322 6 ай бұрын
Good explanation ❤
@sharvilshah6362
@sharvilshah6362 6 ай бұрын
OK
@NikhilShirgaonkar
@NikhilShirgaonkar 6 ай бұрын
this is just perfect thanks
@ryanfarahani4527
@ryanfarahani4527 7 ай бұрын
Thank you!!! great introduction video
@user-sv2zz6nb7q
@user-sv2zz6nb7q 7 ай бұрын
after msal login success, when i open it in next tab it is asking login again instead it should open main page , can you suggest how login can be avoided when we open in next tab
@ameen5788
@ameen5788 6 ай бұрын
put cachelocation as localStorage
@seshutholeti8843
@seshutholeti8843 3 ай бұрын
Hi, did you get the successful results for this?
@jyothimammula9154
@jyothimammula9154 7 ай бұрын
Is password grant type working in spring boot 3 version?
@prayush78
@prayush78 7 ай бұрын
When I try to go to the `Users` dashboard, I get an error "Interaction Required : AADSTS160021: Application requested a user session which does not exist". What is the issue in this?
@cooking8897
@cooking8897 7 ай бұрын
Can we install stylecop solution level instead of project level
@SweetPeachannel
@SweetPeachannel 7 ай бұрын
why i don't have AUth-Config.js on my project?
@PrashantKhamitkar
@PrashantKhamitkar 2 ай бұрын
You have to create it into your project