SSO: SAML vs OAUTH vs OIDC

preview_player
Показать описание
What is the right Authentication Protocol for your Business Case? Which authentication protocol would you choose? In this video we will take you through the business cases of SAML, OAuth and OIDC (OpenID Connect).
Рекомендации по теме
Комментарии
Автор

still don't really get the difference.

qaipak
Автор

OAuth can also provide authentication. It is called the "Authorization Code Flow" which, like the SAML example you gave, involves the user's browser being redirected to a credential-collecting page, etcetera, etcetera.

SoulSovereignty
Автор

The slides didn't add a lot of value to the discussion. Especially for oauth. They could be improved by either splitting them into more slides or adding animations. This would help the viewer to follow along with the flow. This is pretty important as the flow of operations and message exchanges are the most helpful things to understand here. As it stands, i don't feel like this video has helped me. But i also came here to compare saml and oidc, and unfortunately the video didn't cover oidc.

MichelAlbert
Автор

To me this video about SAML was eye opening. That is what I was looking for and your diagram explained SAML very properly.
Thanks. Liked and Subscribed

oliverkaunds
Автор

SAML is an Authentication/Authorization protocol..OAuth2/OIDC should ALWAYS be on the same sentence.

JerickoTejido
Автор

The Auth in OAuth stands for Authorisation

truongkimson
Автор

The OAuth tokens can be encrypted, in multiple ways too.... Not only that you will find that OIDC is the base layer, it is authentication, OAuth is for Authorization which is a layer on top of OIDC, then SAML is another layer on top of that which federates platforms together.

jwbonnett
Автор

It doesn't explain why OAuth and OIDC could be used over SAML? better to give examples from real life to explain where each (SAML, OAuth, OIDC) could be used

utkarshsawant