Okta's technical guides around identity never disappoint!
@joneslt Жыл бұрын
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!
@mumkАй бұрын
I totally feel this
@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.
@andresau902 жыл бұрын
THE BEST video for developers to keep things secure!
@jongpac27 ай бұрын
This is the best lecture I have seen including school to online tutorials, I love you!!!
@yousifbodagh21134 ай бұрын
The best video on KZbin covering this topic.
@kolcha Жыл бұрын
Very well organized guide and superbly presented. You are excellent teacher. Thank you.
@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.
@tech_gadgets_maniac2 жыл бұрын
Best ever video on SSO... Simply love it
@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
@ReviveNRepair Жыл бұрын
20:58 This could also be mitigated by making sure all the assertions in the SAML response are signed, right?
@vil93862 жыл бұрын
understood SAML from developers' view at last.... very easily... thank you 🦃
@dushmanta05Ай бұрын
That was a very good explanation with the security concerns. Thanks.
@jonathanparker1927 Жыл бұрын
very nice, thanks for taking the time!
@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.
@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
@rafaelbraga3d Жыл бұрын
Awesome explanation, thanks a lot! Now I understand better this flow!
@OktaDev Жыл бұрын
Glad it helped!
@hexchad7652 жыл бұрын
How would this change when using a CLP (Central Login Page) external to all of this
@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 )
@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).
@murshidav51233 жыл бұрын
Nice once. The concept is clear now. Can you do a video on SAML + NodeJs
@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
@iwayworld3044 Жыл бұрын
Http artifect binding in SAML , can u explain real use case and which kind of attack gets eliminated and how to use it
@suhaibshanaa5082 ай бұрын
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?
@JohnSmith-wz7he3 жыл бұрын
Awesome effort . Very good. Thank you for spending the time to make this presentation
@drenyl6491 Жыл бұрын
How to generate SAML request xml? Should the developer of the application generate and supply value on the xml tags?
@victorenoma913125 күн бұрын
Thank you man. Beautiful piece
@jagdeepsingh-rx7tw Жыл бұрын
@oktadev is there a difference between calculation digest value for saml version 1.0 and 2.0?
@ahmetcetin34323 жыл бұрын
Great, beneficial introduction to SAML, thanks!
@7281002 жыл бұрын
Great explanations regarding SAML like it.
@sreyas_sj7 ай бұрын
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 🙇♂️
@YuliyaTsukanava11 ай бұрын
Really great explanation! Thank you so much!
@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/
@travel_and_dine4871 Жыл бұрын
Hi sir, but how system is passing the username / email id in request to validate at IDP
@revathiramanadham38433 жыл бұрын
Best explanation... Thank you.
@ajmags4731 Жыл бұрын
This has been very helpful!!!
@dimitro.cardellini Жыл бұрын
Really useful video! Thanks a lot
@vipinkoul59511 ай бұрын
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-yt2yg10 ай бұрын
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.
@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.
@jjrock113 жыл бұрын
Nice work, Nick!
@AbhishekSen Жыл бұрын
Fantastic video!
@smohanty35073 жыл бұрын
thats what I am looking for..perfect 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
@abhishekrai43253 жыл бұрын
Thank you so much for this. Amazing explanation !
@Testacabeza Жыл бұрын
Excellent video.
@olmanmora212 жыл бұрын
27 minutes on youtube sometimes is way better than 4 hours in a lesson room.
@DigitalStrike_Old2 жыл бұрын
This is the best video explaining SAML
@karankanojiya76723 жыл бұрын
Excellent Sir !
@jdsprankle2 жыл бұрын
Amazing video, very clearly explained
@rajendrakumarnagraj46908 ай бұрын
Very well explained. Thanks
@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.
@vadivelan4228 Жыл бұрын
Good one. Thank you.
@yashgangrade54609 ай бұрын
Totally worth it.
@sunnyd987811 ай бұрын
Just great awesome explanation
@nagap4231 Жыл бұрын
Simply Superb
@lizermo21912 жыл бұрын
I love u man. Thanks to you, I'll probably get a better job. I'll keep you updated
@g2D1 Жыл бұрын
Terrific!
@gabrielvinante2 жыл бұрын
now i understand! great explanation. do you have a video using simpleSamlPhp? thanks in advance
@samyakjain59742 жыл бұрын
Can you explain a bit on how to Validate a signature
@jondo-vh8tx9 ай бұрын
very well explained
@neadlead2621 Жыл бұрын
very very very good one
@gandarmarc20592 жыл бұрын
Very clear
@АлександрБорискин-т7к3 жыл бұрын
Perfect explanation, thanks!
@oleksandrlytvyn5322 жыл бұрын
Thanks
@danielromerolevy30753 жыл бұрын
Awesome explanation!
@PaulFidika2 жыл бұрын
Why is he only talking into my right ear?
@germanmartin87782 жыл бұрын
Thanks you so much, for explain SAML
@mlfman3 ай бұрын
This is awesome
@PriyankRupareliya2 жыл бұрын
Thank you, this is gold
@fsams0683 жыл бұрын
Very clear, thanks a lot for that!
@ФаррухИмамбердиев-в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!
@esra_erimez2 жыл бұрын
Fantastic!
@ashannaveen99463 жыл бұрын
Good explanation.
@saisrivastavatumuluri92913 жыл бұрын
i like the security part of the vedio
@davidaustin9672 жыл бұрын
great guide - thanks for video
@MrWaf007 Жыл бұрын
attrubtes?
@hassaneloufir84403 жыл бұрын
thank you so much, grand respect.
@sudipghosh72533 жыл бұрын
Clean and perfect 🔥
@muhammadusamaalvi69102 жыл бұрын
very well explained.
@SaikiranMurthy2 жыл бұрын
this was good , however i need some more info on Canvas vs SAML
@focalpointcdw97312 жыл бұрын
Great video
@wegwerfDave3 жыл бұрын
Really good
@ghanshyamkhatri35413 жыл бұрын
simply Wow!!!
@nouribenz3 жыл бұрын
Thanks for ur time
@swedixx653 жыл бұрын
Great video! :)
@SJPYT2 жыл бұрын
Thanks mate!
@mohamedhashish2162 жыл бұрын
Thank you so much
@khaledyalraymi24682 жыл бұрын
Thank you.
@rezakhan99733 жыл бұрын
Perfect - thanks
@JessicaMartinez-kd7vx2 жыл бұрын
Good stuff
@stackunderflow59513 жыл бұрын
Well, it's better to walk through a SAML workflow and then explain the SAML terms and concepts. It will be more clear.
@dsldsl64609 ай бұрын
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 :)))
@purplepanther41532 жыл бұрын
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.