This was fantastic! There are too many people out there attempting to post technical instructional videos who don't really have an in depth understanding of the material, or don't know how to explain it. This was a rare find. Thanks for posting!
@mumk15 күн бұрын
I totally feel this
@kepler_iii93738 ай бұрын
Okta's technical guides around identity never disappoint!
@willhu42723 жыл бұрын
It's the best video that explains the whole story of SAML. The extraordinary part is explaining "Most common weak points" start from 17:32!
@beeramkrishnnareddy8846 Жыл бұрын
M A
@pravin24it Жыл бұрын
Best thing I found on KZbin for SAML security audit. Thank you very much for detailed information about SAML including the flows.
@gregorycook5305 Жыл бұрын
I know this video is old but it's still chock full of information. Thank you for the video sir.
@JJ89MK122 жыл бұрын
Correct me if I'm wrong, but as I understand it SSO only happens when a user performs an Identity Provider Initiation. By providing your credentials to the Identity Provider once, the Identity Provider can send SAML responses toward any application or service you're trying to use. However, if as a user you're required to start the SAML process with the Service Provider first (Service Provider Initiation), then a SAML Request is sent to the Identity Provider who in turn returns a SAML Response. This interaction is only valid for that one, specific Service Provider, not all Service Providers, meaning that you'd have to repeat this login process again for any other application you might want to use. In other words, for any Service Provider that requires you to begin the authentication process with itself first, you're going to be redirected somewhere to provide your login credentials. If you have 3 Service Providers asking to begin the process with each of them, then you're not really participating in a Single-Sign-On experience -- Is this correct?
@maxwellkgalema55682 жыл бұрын
That's a good question and I believe the answer is yes, you not participating.
@ShijenN2 жыл бұрын
Great question!!! Did you get the answer for this ?
@jano.5485 Жыл бұрын
Yes and no. If the authentication towards the IdP is also done via SSO (for example Kerberos in a Windows Active Directory environment), then it does not matter how many SAML requests are passed to the IdP, it all happens transparently to the user. At least that is my understanding.
@andresau902 жыл бұрын
THE BEST video for developers to keep things secure!
@kolcha Жыл бұрын
Very well organized guide and superbly presented. You are excellent teacher. Thank you.
@LexDaBigG2 жыл бұрын
Best video on SAML ever! Kind had to grin at 7:02 where he talks about the convenience feature of saml metadata! Real shame that okta lacks the upload SP metadata feature ;-) this is quite standard for other IDPs
@321zipzapzoom3 жыл бұрын
Concepts clearly told and upto Point, Could You do couple of more Videos on QnA involving guys to spend some time along revolving around common Usecases specific to Vendors.
@vil93862 жыл бұрын
understood SAML from developers' view at last.... very easily... thank you 🦃
@jongpac26 ай бұрын
This is the best lecture I have seen including school to online tutorials, I love you!!!
@murshidav51233 жыл бұрын
Nice once. The concept is clear now. Can you do a video on SAML + NodeJs
@yousifbodagh21132 ай бұрын
The best video on KZbin covering this topic.
@aroundthisprettyplanet Жыл бұрын
OktaDev videos are the best ever in explaining the concepts! ❤ Would have been much better if you have explained SAML bindings
@OktaDev Жыл бұрын
Noted! Thanks for your feedback and we are glad that you enjoy our videos.
@AdityaKumar-hy6fo Жыл бұрын
Try this one kzbin.info/www/bejne/iafToYuYpdtga80
@tech_gadgets_maniac2 жыл бұрын
Best ever video on SSO... Simply love it
@rashidmehraj8542 Жыл бұрын
Excellent Video. TBH! i was confused earlier on how to read a SAML response.
@OktaDev Жыл бұрын
Glad we could help! Please also check out these additional resources: auth0.com/blog/how-saml-authentication-works/ samltool.io/
@hexchad7652 жыл бұрын
How would this change when using a CLP (Central Login Page) external to all of this
@rafaelbraga3d Жыл бұрын
Awesome explanation, thanks a lot! Now I understand better this flow!
@OktaDev Жыл бұрын
Glad it helped!
@durangodave Жыл бұрын
Great video thank you, well done. However i do have to disagree with you on one thing, using a SSO may be more convenient but it is less secure. The best security IMO is to keep PW under personal care and just find a way to remember them. This is less convenient but the fewer parts involved in security validation the better. It is similar to telling noone your password vrs telling 5 friends with the promise they wont tell anyone. Security is only as good as the weakest link and the more links involved the less secure IMO. I code for SSO but i do not use SSO personally. Each of us must make the choice based on convenience.
@jonathanparker1927 Жыл бұрын
very nice, thanks for taking the time!
@MuhammadAwais-m5x Жыл бұрын
@OktaDev, In 'Limit the XML Parser" , is the sub heading 'Disable Document Type Definition (DTD) Fetching' wrong and ought to be 'Document Type Definition (DTD) Fetching? ( Felt like that from context )
@smohanty35073 жыл бұрын
thats what I am looking for..perfect explanation
@JohnSmith-wz7he3 жыл бұрын
Awesome effort . Very good. Thank you for spending the time to make this presentation
@ahmetcetin34322 жыл бұрын
Great, beneficial introduction to SAML, thanks!
@Jacobra602 жыл бұрын
Good video. Could you show viewing and debugging SAML requests/responses in Chrome or FF. Also can you show some examples of claims rules.
@ReviveNRepair Жыл бұрын
20:58 This could also be mitigated by making sure all the assertions in the SAML response are signed, right?
@jayak3768 Жыл бұрын
Sir can u clarify that all the SP - IP communication is via client browser and not directly between the two parties. Or is there a back channel between the two parties in addition to the client as the intermediary.
@OktaDev Жыл бұрын
Thanks for watching the video. All the communication between SP and IdP shown in this video happens through the front channel (browser/user agent).
@suhaibshanaa508Ай бұрын
How can we dockerize this process? and if each SP has different Data what is the good way to save it rather than clone each project and change the metadata and XML file and so on? Can you help?
@jagdeepsingh-rx7tw Жыл бұрын
@oktadev is there a difference between calculation digest value for saml version 1.0 and 2.0?
@iwayworld3044 Жыл бұрын
Http artifect binding in SAML , can u explain real use case and which kind of attack gets eliminated and how to use it
@7281002 жыл бұрын
Great explanations regarding SAML like it.
@NTICTECH2 жыл бұрын
hello thanks for the explanation it was very helpful i want to know how to configure a saml with a loadbalancer i had problem that the load balancer doesn't sign on the SPs
@YuliyaTsukanava10 ай бұрын
Really great explanation! Thank you so much!
@XXLgorithm2 жыл бұрын
This is the best video explaining SAML
@revathiramanadham38433 жыл бұрын
Best explanation... Thank you.
@drenyl6491 Жыл бұрын
How to generate SAML request xml? Should the developer of the application generate and supply value on the xml tags?
@sreyas_sj6 ай бұрын
In a project that I'm working in, I want to redirect the user to Azure for validating the user, for that how do I redirect him to Azure and generate SAML SSO authentication req? How do I generate this XML req in code, didn't find any resources regarding this Any help would be great. Thanks
@shubhamsingh-gb5zh Жыл бұрын
Amazing explanation 🙇♂️
@abhishekrai43252 жыл бұрын
Thank you so much for this. Amazing explanation !
@jdsprankle2 жыл бұрын
Amazing video, very clearly explained
@dimitro.cardellini Жыл бұрын
Really useful video! Thanks a lot
@travel_and_dine4871 Жыл бұрын
Hi sir, but how system is passing the username / email id in request to validate at IDP
@jjrock113 жыл бұрын
Nice work, Nick!
@ajmags4731 Жыл бұрын
This has been very helpful!!!
@olmanmora212 жыл бұрын
27 minutes on youtube sometimes is way better than 4 hours in a lesson room.
@gabrielvinante2 жыл бұрын
now i understand! great explanation. do you have a video using simpleSamlPhp? thanks in advance
@AbhishekSen Жыл бұрын
Fantastic video!
@rajendrakumarnagraj46907 ай бұрын
Very well explained. Thanks
@Testacabeza Жыл бұрын
Excellent video.
@vipinkoul59510 ай бұрын
why do we need to have user profile at Service provider? I am under the assumption that all user details are only in IDP, and not in SP. why do we need to have user details in SP? In that case, can't we skip SSO and login directly into SP if SP is also having user details. Doesn't having user details in IDP and SP keep information at two places? Can anyone help explain it, please.
@TedS-yt2yg8 ай бұрын
If you are allowing users to login directly or use IDP, the profile will need to be stored on the SP side. Even if IDP is the only login solution, a minimum of information needs to be stored on the SP side to determine who logged in using the IDP - probably an email address. The email address provided by the IDP needs to match an email address on the SP side. There are alternatives to this as can be seen in the provisioning section.
@ФаррухИмамбердиев-в7м Жыл бұрын
Excellent explanation, thanks. I finnaly understand SAML and difference beetwen this protocol and OAuth/OpenId Connect. I alse recommend watch video about OAuth/OpenId Connect by Nate Barbettini in this chanell
@OktaDev Жыл бұрын
You are welcome! That video from Nate is great!
@karankanojiya76722 жыл бұрын
Excellent Sir !
@samyakjain59742 жыл бұрын
Can you explain a bit on how to Validate a signature
@vadivelan4228 Жыл бұрын
Good one. Thank you.
@lizermo21912 жыл бұрын
I love u man. Thanks to you, I'll probably get a better job. I'll keep you updated
@sunnyd987810 ай бұрын
Just great awesome explanation
@gdocs13073 жыл бұрын
Identity Provider means that all users has to be registered there with actual credentials?
@vishalgarg71023 жыл бұрын
No , Actual credentials are saved in Database . Generally IDP communicate with DB for authentication
@АлександрБорискин-т7к3 жыл бұрын
Perfect explanation, thanks!
@nagap4231 Жыл бұрын
Simply Superb
@germanmartin87782 жыл бұрын
Thanks you so much, for explain SAML
@jondo-vh8tx8 ай бұрын
very well explained
@yashgangrade54608 ай бұрын
Totally worth it.
@neadlead262111 ай бұрын
very very very good one
@fsams0683 жыл бұрын
Very clear, thanks a lot for that!
@danielromerolevy30753 жыл бұрын
Awesome explanation!
@g2D1 Жыл бұрын
Terrific!
@PriyankRupareliya2 жыл бұрын
Thank you, this is gold
@ashannaveen99463 жыл бұрын
Good explanation.
@gandarmarc20592 жыл бұрын
Very clear
@SaikiranMurthy2 жыл бұрын
this was good , however i need some more info on Canvas vs SAML
@PaulFidika2 жыл бұрын
Why is he only talking into my right ear?
@mlfman2 ай бұрын
This is awesome
@saisrivastavatumuluri92913 жыл бұрын
i like the security part of the vedio
@oleksandrlytvyn5322 жыл бұрын
Thanks
@davidaustin9672 жыл бұрын
great guide - thanks for video
@esra_erimez2 жыл бұрын
Fantastic!
@hassaneloufir84403 жыл бұрын
thank you so much, grand respect.
@muhammadusamaalvi69102 жыл бұрын
very well explained.
@wegwerfDave3 жыл бұрын
Really good
@nouribenz3 жыл бұрын
Thanks for ur time
@focalpointcdw97312 жыл бұрын
Great video
@stackunderflow59513 жыл бұрын
Well, it's better to walk through a SAML workflow and then explain the SAML terms and concepts. It will be more clear.
@sudipghosh72533 жыл бұрын
Clean and perfect 🔥
@swedixx653 жыл бұрын
Great video! :)
@ghanshyamkhatri35413 жыл бұрын
simply Wow!!!
@mohamedhashish2162 жыл бұрын
Thank you so much
@SJPYT2 жыл бұрын
Thanks mate!
@JessicaMartinez-kd7vx2 жыл бұрын
Good stuff
@dsldsl64607 ай бұрын
This is a good answer to why is still easy to hack a big company :)) . The pour dev has to be extra carefull when configuring the xml parser :)))
@MrWaf007 Жыл бұрын
attrubtes?
@rezakhan99733 жыл бұрын
Perfect - thanks
@khaledyalraymi24682 жыл бұрын
Thank you.
@purplepanther4153 Жыл бұрын
Confusing.
@LadyLatency2 жыл бұрын
ATTRUBTES!!
@deanliu71252 жыл бұрын
It is funny that you speak of OIDC as a replacement for SAML. Meanwhile Okta still does not support OIDC for SCIM provisioned application, forcing me to learn about this SAML in the first place...
@clickdilip Жыл бұрын
It still doesn't and I'm forced to use SAML too
@clickdilip Жыл бұрын
can we use event hooks in Okta for this purpose?
@whirled_peas2 жыл бұрын
Really useful intro but bro, I think your sweater was on inside out
@fatal5102 жыл бұрын
What a joke of a system. No one should be using SAML and we just need to migrate away from this shit.
@purplepanther4153 Жыл бұрын
Indeed Bunch of Shit
@fatal5102 жыл бұрын
SAML looks like it was made me some old white guys.